TODEM

Verified contract

Active on Ethereum with 2,496 txns
Deployed by via 0x88f382c9 at 17268931
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "TODEM"

0xf2aa981fdc4b202ef66463d9b093d54c32d0ccd8d7347aa32a22a0b5ca9d26e4
0xb1aac100d50a1a9bf4311da9b9f24698ac083b5c06d14756f8d62394f9c1f8c1
0x00314a338297a99f5bd92ab6ce6f75cf7c598b66cb5f1c15d052ea72cbfbd17e
0xb49a1297b1fb1850ce59e75de74cf21e3e65c54a832167691252b4ca89520bba
0xcc324d1e17379a012894664968431a5fe37263f68c7d39c8cd9d85bc9c541c3a
0x805c15ba6f549fa4754e68873a179f58c73e01e88995c571cc670d6641be38d6
0xa60a1bcd59f7b8c8879f6d9681d8b14c9a4c4349b1205cf69badac577121f8cc
0x7e0ad62a37957e26d311145cb6d8e8fa0450988310d34cc2075b9357fd382a47
0x4b33f41da56d37e036136fea811c82f695b3b1af2ea2e7ec522e48a06bd8bbb5
0xce9e08f4675593237ac5f784ca767f60288601600a982943a8bb1e4a51b28b53

Functions
Getter at block 21161312
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
 
query_charityA(view returns (uint256)
 
query_charityB(view returns (uint256)
root(view returns (bytes32)
0xffb4c685c7a4de4319fd72e4a41f8995dee7b393b6f00e391c4d827004f9ef54
symbol(view returns (string)
TODEM
totalSupply(view returns (uint256)
444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintPrice(uint256 _tokenIdaddress addyview returns (int256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
verify(bytes32[] _proofuint256 _tokenIdview returns (bool)
State-modifying
approve(address operatoruint256 tokenId
mint(uint256 _tokenIdbytes32[] _proofpayable 
pause(bool _state
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowListActive(bool _isAllowListActive
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setBasicAllowList(address[] addressesuint8 numAllowedToMintint256 discount
setCharity(address _charityAddress
setCharityPercent(uint256 _charityPercentuint256 _class
setCost(uint256 _newCost
setCumulativeAllowList(address[] addressesuint8 numAllowedToMintint256 discount
setPercentAllowList(address[] addressesuint8 numAllowedToMintint256 discount
setRoot(bytes32 _newRoot
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(payable 
withdraw_charity(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURIbytes32 _root
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(