IRenfterEvents
Inteface containing all possible events for Renfter
contract
wNFTFactoryChanged
Emitted when wNFTFactory
address changed
Parameters
newValue
address
New wNFTFactory
contract address
WalletManagerChanged
Emitted when WalletManager
address changed
Parameters
newValue
address
New WalletFactory
contract address
FeeDistributorChanged
Emitted when FeeDistributor
address changed
Parameters
newValue
address
New FeeDistributor
contract address
CollectionWrapped
Emitted when collection is wrapped
Parameters
oContract
address
Original contract address
wContract
address
Wrapper contract address
TokenWrapped
Emitted when token of original collection is wrapped
Parameters
oContract
address
Original contract address
wContract
address
Wrapper contract address
tokenId
uint256
Token identifier
TokenUnwrapped
Emitted when token is unwrapped
Parameters
wContract
address
Wrapper contract address
tokenId
uint256
Token identifier
isEmergency
bool
Flag if unwrap was emergency unwrap
TokenOfferedForRent
Emitted when wrapped token is offered for rent
Parameters
wContract
address
Wrapper contract address
tokenId
uint256
Token identifier
pricePerSecond
uint96
Price of renting (per second)
maxRentDuration
uint64
Maximum duration period for renting
RentalOfferRemoved
Emitted when wrapped token is no more offered for rent
Parameters
wContract
address
Wrapper contract address
tokenId
uint256
Token identifier
TokenRented
Emitted when token is rented out
Parameters
wContract
address
Wrapper contract address
tokenId
uint256
Token identifier
duration
uint64
Duration of renting (in seconds)
expirationTs
uint64
Rental expiration timestamp
RentTokenOwnershipReset
Emitted when token rental has expired
Parameters
wContract
address
Wrapper token address
tokenId
uint256
Token identifier
Last updated