CreatureToadz
Verified contract
Active on
Ethereum with 25,876 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 "CreatureToadz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159704 | 8 hours ago | | | 0 | 0.0012029774 | |
| 21157867 | 14 hours ago | | | 0 | 0.0017375110 | |
| 21102090 | 8 days ago | | | 0 | 0.00020448787 | |
| 21100391 | 9 days ago | | | 0 | 0.00016196365 | |
| 21081453 | 11 days ago | | | 0 | 0.00056959891 | |
| 20754274 | 2 months ago | | | 0 | 0.000085991967 | |
| 20717935 | 2 months ago | | | 0 | 0.000094130410 | |
| 20669159 | 2 months ago | | | 0 | 0.00014604634 | |
| 20636558 | 2 months ago | | | 0 | 0.000071322397 | |
| 20636229 | 2 months ago | | | 0 | 0.00018966338 |
ABI
ABI objects
Getter at block 21162023
baseURI() view returns (string)
ipfs://QmSvp3SiR7RFLuvJQPMumtGykkbEMYDFqGHqy8DNgbmr1R/
devReserve() view returns (uint256)
150
holderPrice() view returns (uint256)
88000000000000000
holderReserve() view returns (uint256)
4444
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
8888
mintPhase() view returns (uint32)
3
name() view returns (string)
CreatureToadz
owner() view returns (address)
0x2818cff2f3a9ffb331c3099271cf792b0025966c
publicPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
CROAK
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHolder(address _wallet) view returns (bool holder, uint256 cryptoadzBalance, uint256 creatureBalance)
mintPrice(address _wallet) view returns (uint256 price)
mintlist(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeMintPhase(uint32 _mintPhase)
devMint(address _wallet, uint256 _mintAmount)
mint(address _wallet, uint256 _mintAmount) 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 _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _wallet) payable
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.