ToonPunkz
Verified contract
Active on
Ethereum with 1,305 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 "ToonPunkz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556500 | 3 months ago | | | 0 | 0.000066364379 | |
| 18904135 | a year ago | | | 0 | 0.00068762771 | |
| 18422570 | a year ago | | | 0 | 0.00078684748 | |
| 18402759 | a year ago | | | 0 | 0.00033588179 | |
| 18402637 | a year ago | | | 0 | 0.00027986145 | |
| 18402607 | a year ago | | | 0 | 0.00030688851 | |
| 18402597 | a year ago | | | 0 | 0.00060138229 | |
| 18402597 | a year ago | | | 0 | 0.00081984882 | |
| 18402594 | a year ago | | | 0.0008 | 0.00068389060 | |
| 18402593 | a year ago | | | 0 | 0.00059895331 |
ABI
ABI objects
Getter at block 21305757
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRFe9dYA6KHk2pD2Q7qkPmq8qpzQKPjQ7naTVpSegBLn7/
cost() view returns (uint256)
0
freeSupply() view returns (uint256)
10000
hiddenMetadataUri() view returns (string)
TOON
maxMintAmountPerTx() view returns (uint256)
12
maxSupply() view returns (uint256)
10000
name() view returns (string)
ToonPunkz
owner() view returns (address)
0x4d377edd9e8025c14c9b84bb9eea9fdb706247bd
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TOONPUNKZ
totalSupply() view returns (uint256)
10000
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)
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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setParameters(uint256 _cost, uint256 _maxMintAmountPerTx, bool _parametersUpdated)
setParametersUpdated(bool _parametersUpdated)
setPaused(bool _state)
setRevealed(bool _state)
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(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()