Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Plungs"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19672930 | 7 months ago | | | 0 | 0.00032794778 | |
| 19672656 | 7 months ago | | | 0 | 0.00032719090 | |
| 19547369 | 7 months ago | | | 0 | 0.0012452521 | |
| 18529395 | a year ago | | | 0 | 0.0016162410 | |
| 17515942 | a year ago | | | 0 | 0.0013541856 | |
| 17515901 | a year ago | | | 0 | 0.0011620975 | |
| 17142018 | 2 years ago | | | 0 | 0.00099041892 | |
| 16935958 | 2 years ago | | | 0 | 0.0023910781 | |
| 16747977 | 2 years ago | | | 0 | 0.00097635348 | |
| 16670701 | 2 years ago | | | 0 | 0.0022480340 |
ABI
ABI objects
Getter at block 21158366
COST() view returns (uint256)
1500000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5100
contractURI() view returns (string)
ipfs://QmW6LhYbr4fLgJgckHA1zy38sQePJeHWtauvLTUd8X3tjU
name() view returns (string)
Plungs
symbol() view returns (string)
PLUNG
totalSupply() view returns (uint256)
5100
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)
freeMint()
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)
setCost(uint256 _new)
setData(string _contract, string _base)
setFreeMintAmount(uint256 _new)
transferFrom(address from, address to, uint256 tokenId)
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()