Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ROTN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650815 | 3 months ago | | | 0 | 0.000064674642 | |
| 20486366 | 3 months ago | | | 0 | 0.00018380590 | |
| 20323254 | 4 months ago | | | 0 | 0.00046783143 | |
| 20147265 | 5 months ago | | | 0 | 0.00011710668 | |
| 19762518 | 7 months ago | | | 0 | 0.00058935407 | |
| 19625671 | 7 months ago | | | 0 | 0.0010604268 | |
| 19604158 | 7 months ago | | | 0 | 0.00068943697 | |
| 18159149 | a year ago | | | 0 | 0.00036411220 | |
| 17301288 | a year ago | | | 0 | 0.0013842070 | |
| 17301288 | a year ago | | | 0 | 0.0020411680 |
ABI
ABI objects
Getter at block 21222287
getTrunkContractAddress() view returns (address)
0x73323e207e92122fdbe213bfdfac1c689b6407a2
name() view returns (string)
ROTN
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xc298d05155e36ee91090478a66485ee0395ffca5
symbol() view returns (string)
ROTN
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
openTrunk(address to, uint256 trunkId) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setOperatorFilteringEnabled(bool value)
setRoyaltyInfo(address receiver, uint96 numerator)
setTrunkContractAddress(address contractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseURI, address royaltiesReceiver)
This contract contains no fallback and receive objects.
OnlyTrunkContractMayCall()
TransferFailed()