The ModZ
Verified contract
Active on
Ethereum with 10,318 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 "The ModZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241329 | 7 days ago | | | 0 | 0.00035373484 | |
| 21232773 | 8 days ago | | | 0 | 0.00021702918 | |
| 21232369 | 8 days ago | | | 0 | 0.00023877551 | |
| 21232349 | 8 days ago | | | 0 | 0.00044286994 | |
| 21232230 | 8 days ago | | | 0 | 0.00021614499 | |
| 21232176 | 8 days ago | | | 0 | 0.00046453084 | |
| 21231880 | 8 days ago | | | 0 | 0.00064506092 | |
| 21228006 | 9 days ago | | | 0 | 0.00029971571 | |
| 21227987 | 9 days ago | | | 0 | 0.00053603878 | |
| 21133969 | 22 days ago | | | 0 | 0.00063717700 |
ABI
ABI objects
Getter at block 21290352
MAX_SUPPLY() view returns (uint256)
5555
PRICE() view returns (uint256)
50000000000000000
authorizedSigner() view returns (address)
0xef0ec67103bd18228c77a44c707a643813cf8ec0
baseURI() view returns (string)
https://cdn.themodz.studio/kids/metadata/
maxMintsPerTransaction() view returns (uint256)
10
mintingStartTimestamp() view returns (uint256)
1635260774505
name() view returns (string)
The ModZ
owner() view returns (address)
0xae05fd67fafa6134e43368055aaf19c8a465e7d1
presalePerWalletLimit() view returns (uint256)
2
presaleStartTimestamp() view returns (uint256)
1635195600000
reservedSupply() view returns (uint256)
0
symbol() view returns (string)
MODZ
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOnPresale(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses, uint256[] amounts)
approve(address to, uint256 tokenId)
configure(uint256 _reservedSupply, uint256 _maxMintsPerTransaction, uint256 _mintingStartTimestamp, uint256 _presaleStartTimestamp, uint256 _presalePerWalletLimit, address _authorizedSigner)
mint(uint256 amount) payable
presale(uint256 amount, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizedSigner(address _authorizedSigner)
setBaseURI(string _baseURIArg)
setMaxMintsPerTransaction(uint256 _maxMintsPerTransaction)
setMintingStartTimestamp(uint256 _mintingStartTimestamp)
setPresalePerWalletLimit(uint256 _presalePerWalletLimit)
setPresaleStartTimestamp(uint256 _presaleStartTimestamp)
setReservedSupply(uint256 _reservedSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.