INSCRIBED PLUNK
Verified contract
Active on
Ethereum with 639 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 "INSCRIBED PLUNK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20242292 | 5 months ago | | | 0 | 0.00019815541 | |
| 20214652 | 5 months ago | | | 0 | 0.00020406922 | |
| 20214651 | 5 months ago | | | 0 | 0.00020158251 | |
| 18104612 | a year ago | | | 0 | 0.00028495584 | |
| 18095881 | a year ago | | | 0 | 0.00044225584 | |
| 17896053 | a year ago | | | 0 | 0.00056993843 | |
| 17588656 | a year ago | | | 0 | 0.00089213222 | |
| 17587913 | a year ago | | | 0 | 0.0020796898 | |
| 17558772 | a year ago | | | 0 | 0.00070986237 | |
| 17547007 | a year ago | | | 0 | 0.00062236281 |
ABI
ABI objects
Getter at block 21414343
cost() view returns (uint256)
1000000000000000
freePertx() view returns (uint256)
2
maxFree() view returns (uint256)
3500
maxSupply() view returns (uint256)
3999
name() view returns (string)
INSCRIBED PLUNK
owner() view returns (address)
0x3cffb72265f1a7a45a7e98d918c215e6416ad794
symbol() view returns (string)
INSP
totalSupply() view returns (uint256)
3999
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 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(uint256 f, uint256 t, uint256 m)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId)
treasureMint(address addr, uint256 amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()