ZombieToadz
Verified contract
Active on
Ethereum with 11,298 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 "ZombieToadz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156661 | 8 days ago | | | 0 | 0.00057915269 | |
| 21146756 | 10 days ago | | | 0 | 0.00025267539 | |
| 21146561 | 10 days ago | | | 0 | 0.00024760356 | |
| 21146547 | 10 days ago | | | 0 | 0.00026164957 | |
| 20915134 | a month ago | | | 0 | 0.00084618045 | |
| 20791563 | 2 months ago | | | 0 | 0.00035188382 | |
| 20698725 | 2 months ago | | | 0 | 0.00013179268 | |
| 20698673 | 2 months ago | | | 0 | 0.000091773922 | |
| 20449568 | 3 months ago | | | 0 | 0.00021528240 | |
| 20296473 | 4 months ago | | | 0 | 0.000032718642 |
ABI
ABI objects
Getter at block 21215965
baseURI() view returns (string)
ipfs://Qma8PX2bLikj1iteMX4AFFhbKtrXaJNDqa6H94bLfKR8x3/
maxBatch() view returns (uint256)
10
name() view returns (string)
ZombieToadz
owner() view returns (address)
0x1d7041d90f78d4e494e1fab6b022a11ca8549d56
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
BRAINZ
totalCount() view returns (uint256)
5555
totalSupply() view returns (uint256)
5555
totalToadz() 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)
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)
changeBatchSize(uint256 _newBatch)
changePrice(uint256 _newPrice)
devMint(uint256 _times)
mintToad(uint256 _times) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintToad(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.