Exceed Rookie Class

Verified contract

Active on Ethereum with 1,878 txns
Deployed by via 0x4e516286 at 16227578
Slot
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

No balances found for "Exceed Rookie Class"

0x78878f02a0c65c32032500a3f5157fec1ee99b134d4649dfea768aba2224da65
0x192afd0b4fc04ec44b43162e614072c59e2c6d0f2e285a1e56ed305df472b189
0xaf57fc314cde212833b14e28c305cf163e82f23b09472687140d247d7664a930
0x6865af7e217409fef9d9bafda706cb1192a0852f37911d79af90f27f61631f96
0x396dfa75e9f7d537b6aa64d098b2ebd472457918f3868cf8d61ec479dec9d4de
0xd7c7bfdfa49f7d59873518c9750be27d82cb15b7a646347d0cef934233f1cbe7
0x4aaa1a4e03f2f5524f84fa147acb641dd948b345ecd371d4fc874ed9f1361e5b
0x0e6edc427d313264cd20f6682567cdf0d875622ccbfb8adbdc7edf2d2d95a0d2
0xfc9844726e05b7e7c7ad96bbcf3aec83c34934cd52cf12802e82191d8050e5c1
0x85c07e2666286a6d27f13636a492261ca6ab76a1da9240f0928e620f39a01c3a

Functions
Getter at block 21123453
MAX_SUPPLY(view returns (uint256)
3333
isOGFinish(view returns (bool)
true
isPublicSale(view returns (bool)
true
legendaryTokenType(view returns (uint256 iduint256 priceuint256 maxSupplyuint256 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 iduint256 priceuint256 maxSupplyuint256 totalMinted)
(id=2, price=0, maxSupply=1000, totalMinted=1000)
symbol(view returns (string)
EXC
totalSupply(view returns (uint256)
3333
uncommonTokenType(view returns (uint256 iduint256 priceuint256 maxSupplyuint256 totalMinted)
(id=1, price=0, maxSupply=2000, totalMinted=2000)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _countuint256 tokenTypebytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string uri
setGeneralWhitelistMerkleRoot(bytes32 merkleRootHash
setMaxMintSupply(uint256 maxMintSupply
setMaximumAllowedTokensPerWallet(uint256 _count
setOGFinish(
setOgWhitelistMerkleRoot(bytes32 merkleRootHash
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseUri_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(