DevilishToonz Token
Verified contract
Active on
Ethereum with 2,830 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 "DevilishToonz Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659418 | 2 months ago | | | 0 | 0.000031502899 | |
| 20653754 | 2 months ago | | | 0 | 0.000048625419 | |
| 20469418 | 3 months ago | | | 0 | 0.000053749010 | |
| 20360887 | 4 months ago | | | 0 | 0.00012853502 | |
| 20193591 | 5 months ago | | | 0 | 0.000076247236 | |
| 20003810 | 5 months ago | | | 0 | 0.00032464100 | |
| 19679595 | 7 months ago | | | 0 | 0.00044408836 | |
| 19456085 | 8 months ago | | | 0 | 0.0016049300 | |
| 19389379 | 8 months ago | | | 0 | 0.0030544066 | |
| 19103501 | 10 months ago | | | 0 | 0.00054226916 |
ABI
ABI objects
Getter at block 21189266
cost() view returns (uint256)
10000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmfV3FE5GVDGED9bowJBGtGZWyNjjmwuYSAJkgZWbcMU6u/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1999
maxSupplyReserve() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x75f6d76cf0a39f731b146bf5235ef11581e36f629864ce523184cce17840535e
name() view returns (string)
DevilishToonz Token
owner() view returns (address)
0x4523c597e6b4d16489a7e0e69b5f4f90a0ae3054
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
DVT
totalSupply() view returns (uint256)
1999
uriPrefix() view returns (string)
ipfs://QmaCL3fUFazAii5UA3xYzF5zg384TAchZBcyqTkXG3gz33/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxSupplyReserve(uint256 _maxSupplyReserve)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxSupplyReserve, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()