ROTN Trunk
Verified contract
Active on
Ethereum with 1,496 txns
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 Trunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452761 | 4 months ago | | | 0 | 0.000095508029 | |
| 20369762 | 4 months ago | | | 0 | 0.00054407724 | |
| 20340088 | 4 months ago | | | 0 | 0.00031139215 | |
| 18806043 | a year ago | | | 0 | 0.0018317868 | |
| 18300187 | a year ago | | | 0 | 0.00023215413 | |
| 18209077 | a year ago | | | 0 | 0.00042540445 | |
| 18159152 | a year ago | | | 0 | 0.00034905056 | |
| 17976538 | a year ago | | | 0 | 0.00094994724 | |
| 17494504 | a year ago | | | 0 | 0.0018734082 | |
| 17494481 | a year ago | | | 0 | 0.0021477826 |
ABI
ABI objects
Getter at block 21322330
SUPPLY() view returns (uint256)
6666
airdropOwner() view returns (address)
0xc298d05155e36ee91090478a66485ee0395ffca5
merkleRoot() view returns (bytes32)
0x60bc80d6a97cd8a58dc41d8aec6131a728345db8407f68709c77bd2fa42488c8
name() view returns (string)
ROTN Trunk
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xc298d05155e36ee91090478a66485ee0395ffca5
preSaleOpen() view returns (bool)
false
price() view returns (uint256)
18000000000000000
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
TRUNK
totalSupply() view returns (uint256)
473
totalTrunksOpened() view returns (uint256)
655
trunksOpenable() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
trunksOpenedByAddress(address addr) view returns (uint256)
State-modifying
Events airdrop(address[] receivers, uint256[] amounts)
approve(address operator, uint256 tokenId) payable
openTrunk(uint256 trunkId) returns (uint256)
preSaleMint(uint64 quantity, bytes32[] proof) payable
publicMint(uint64 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAirdropOwner(address addr)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleRoot(bytes32 _merkleRoot)
setOperatorFilteringEnabled(bool value)
setPrice(uint256 newPrice)
setROTNContract(address contractAddress)
setRoyaltyInfo(address receiver, uint96 numerator)
togglePreSale()
togglePublicSale()
toggleTrunksOpenable()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
AddressIsNull()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotOpenUnownedTrunk()
InvalidQueryRange()
MaxMintExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MismatchedInputs()
NoContractMints()
NotEnoughEth()
NotOnPresaleList()
OnlyOwnerCanDrop()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PresaleLimitExceeded()
PresaleNotOpen()
PublicSaleNotOpen()
ROTNFactoryNotOpenYet()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TrunkOpeningIsClosed()
URIQueryForNonexistentToken()