ShitPlunger
Verified contract
Active on
Ethereum with 3,288 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 "ShitPlunger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20932873 | 2 months ago | | | 0 | 0.00023776630 | |
| 20184373 | 5 months ago | | | 0 | 0.00061687081 | |
| 20154674 | 5 months ago | | | 0 | 0.00010728074 | |
| 20138519 | 5 months ago | | | 0 | 0.00015520113 | |
| 20020853 | 6 months ago | | | 0 | 0.00040540517 | |
| 20019441 | 6 months ago | | | 0 | 0.00098760204 | |
| 19951598 | 6 months ago | | | 0 | 0.000061576773 | |
| 19951598 | 6 months ago | | | 0 | 0.000061576773 | |
| 19772042 | 7 months ago | | | 0 | 0.00016027499 | |
| 19772042 | 7 months ago | | | 0 | 0.00016083019 |
ABI
ABI objects
Getter at block 21267503
MAX_SUPPLY() view returns (uint32)
8888
_allowedMinter() view returns (address)
0xdd6d1e2afb163ee32faac8c1736f78d09b3f6694
_burner() view returns (address)
0x500f312864d14bcc73b3760c55fe6567b193437f
_minted() view returns (uint32)
8591
_renderer() view returns (address)
0x9c35e48d38d014bc6adae77d680770bbb33c463e
owner() view returns (address)
0x87fadf44bc06a8c9ae965edfe72ee703cef703c5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events airdrop(address[] tos, uint32[] amounts)
burn(address who, uint32 amount)
mint(address to, uint32 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurner(address burner)
setFeeNumerator(uint96 feeNumerator)
setMinter(address minter)
setRenderer(address renderer)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address renderer)
This contract contains no fallback and receive objects.
This contract contains no error objects.