Exceed Rookie Class
Verified contract
Active on
Ethereum with 1,878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Exceed Rookie Class"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18316401 | a year ago | | | 0 | 0.00024821126 | |
| 18316382 | a year ago | | | 0 | 0.00027180091 | |
| 18316376 | a year ago | | | 0 | 0.00035919627 | |
| 18273039 | a year ago | | | 0 | 0.00052451534 | |
| 18273038 | a year ago | | | 0 | 0.00052964580 | |
| 16856415 | 2 years ago | | | 0 | 0.00089429577 | |
| 16761746 | 2 years ago | | | 0 | 0.00081731824 | |
| 16761736 | 2 years ago | | | 0 | 0.00082481716 | |
| 16761736 | 2 years ago | | | 0 | 0.0011357739 | |
| 16706382 | 2 years ago | | | 0 | 0.0011591200 |
ABI
ABI objects
Getter at block 21123453
MAX_SUPPLY() view returns (uint256)
3333
isOGFinish() view returns (bool)
true
isPublicSale() view returns (bool)
true
legendaryTokenType() view returns (uint256 id, uint256 price, uint256 maxSupply, uint256 totalMinted)
(id=3, price=0, maxSupply=333, totalMinted=333)
maxAllowedTokensPerWallet() view returns (uint256)
2
name() view returns (string)
Exceed Rookie Class
owner() view returns (address)
0xf1860983fdff98e4678f5440c6480e9c2f203c66
rareTokenType() view returns (uint256 id, uint256 price, uint256 maxSupply, uint256 totalMinted)
(id=2, price=0, maxSupply=1000, totalMinted=1000)
symbol() view returns (string)
EXC
totalSupply() view returns (uint256)
3333
uncommonTokenType() view returns (uint256 id, uint256 price, uint256 maxSupply, uint256 totalMinted)
(id=1, price=0, maxSupply=2000, totalMinted=2000)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _count, uint256 tokenType, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
setGeneralWhitelistMerkleRoot(bytes32 merkleRootHash)
setMaxMintSupply(uint256 maxMintSupply)
setMaximumAllowedTokensPerWallet(uint256 _count)
setOGFinish()
setOgWhitelistMerkleRoot(bytes32 merkleRootHash)
toggleSale()
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 baseUri_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()