Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
1 additional
variable
Balances ($0.00)
No balances found for "TODEM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013230 | 21 days ago | | | 0 | 0.00029832058 | |
| 21013226 | 21 days ago | | | 0 | 0.00029881720 | |
| 20719593 | 2 months ago | | | 0 | 0.00065317243 | |
| 20610846 | 3 months ago | | | 0 | 0.000054916051 | |
| 20312320 | 4 months ago | | | 0 | 0.00042987005 | |
| 20255845 | 4 months ago | | | 0 | 0.00027858922 | |
| 19958800 | 5 months ago | | | 0 | 0.00049709460 | |
| 19958789 | 5 months ago | | | 0 | 0.00043146811 | |
| 19899869 | 6 months ago | | | 0 | 0.00017875561 | |
| 19878264 | 6 months ago | | | 0 | 0.00031384797 |
ABI
ABI objects
Getter at block 21161312 query_charityA() view returns (uint256) query_charityB() view returns (uint256)
charityAddress() view returns (address)
0x4a299c7b30547bf4b5e9f186c5166db9417dc380
charity_percentA() view returns (uint256)
10
charity_percentB() view returns (uint256)
5
cost() view returns (uint256)
250000000000
currentSupply() view returns (uint256)
444
isAllowListActive() view returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
maxSupply() view returns (uint256)
1000
name() view returns (string)
TODEM
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x4a299c7b30547bf4b5e9f186c5166db9417dc380
paused() view returns (bool)
false
root() view returns (bytes32)
0xffb4c685c7a4de4319fd72e4a41f8995dee7b393b6f00e391c4d827004f9ef54
symbol() view returns (string)
TODEM
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintPrice(uint256 _tokenId, address addy) view returns (int256)
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)
verify(bytes32[] _proof, uint256 _tokenId) view returns (bool)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(uint256 _tokenId, bytes32[] _proof) payable
pause(bool _state)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListActive(bool _isAllowListActive)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setBasicAllowList(address[] addresses, uint8 numAllowedToMint, int256 discount)
setCharity(address _charityAddress)
setCharityPercent(uint256 _charityPercent, uint256 _class)
setCost(uint256 _newCost)
setCumulativeAllowList(address[] addresses, uint8 numAllowedToMint, int256 discount)
setPercentAllowList(address[] addresses, uint8 numAllowedToMint, int256 discount)
setRoot(bytes32 _newRoot)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw() payable
withdraw_charity() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, bytes32 _root)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()