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 "PUNKS404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20918608 | 2 months ago | | | 0 | 0.00030375274 | |
| 20700212 | 3 months ago | | | 0 | 0.000042834776 | |
| 20508252 | 4 months ago | | | 0 | 0.000032511768 | |
| 20491500 | 4 months ago | | | 0 | 0.00023291747 | |
| 19617029 | 8 months ago | | | 0 | 0.00060696316 | |
| 19315371 | 9 months ago | | | 0 | 0.0016265561 | |
| 19315096 | 9 months ago | | | 0 | 0.0017617830 | |
| 19307540 | 9 months ago | | | 0 | 0.0015193778 | |
| 19258073 | 9 months ago | | | 0 | 0.0014278680 | |
| 19257586 | 9 months ago | | | 0 | 0.0010903445 |
ABI
ABI objects
Getter at block 21304259 getTokenIdPool() view returns (uint256[])
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeigej4ksb6v53bwz43wairw3pvo4n22524n7jzxrwuorqavmllks5i/
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
100
maxMintedId() view returns (uint256)
100
name() view returns (string)
PUNKS404
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PUNKS
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalNativeSupply, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()