WAGMAM
Verified contract
Active on
Ethereum with 11,722 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 "WAGMAM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199030 | 7 days ago | | | 0 | 0.00054940082 | |
| 20910776 | 2 months ago | | | 0 | 0.00091879566 | |
| 20910774 | 2 months ago | | | 0 | 0.00090265745 | |
| 20910772 | 2 months ago | | | 0 | 0.00092057484 | |
| 20910770 | 2 months ago | | | 0 | 0.00086082122 | |
| 20910768 | 2 months ago | | | 0 | 0.00085464688 | |
| 20910765 | 2 months ago | | | 0 | 0.00084556233 | |
| 20910763 | 2 months ago | | | 0 | 0.00075165256 | |
| 20910761 | 2 months ago | | | 0 | 0.00085660563 | |
| 20910749 | 2 months ago | | | 0 | 0.00091007816 |
ABI
ABI objects
Getter at block 21246434
contractURI() view returns (string)
ipfs://QmeTdTE5qXsjkyGRaZHZyGWR3k9rzuY65eidiGojwcWNYR?filename=contract_metadata.json
owner() view returns (address)
0xa6d5b0c9eacd4e301e95a977f7c853ebbf99d790
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
dropMerkleRoot(uint256) view returns (bytes32)
getMerkleRoot(uint256 pDrop) view returns (bytes32)
isApprovedForAll(address account, address operator) view returns (bool)
mintedAmount(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfo(uint256) view returns (uint256 tokenId, uint256 mintedAmount, uint256 maxSupply, string uri)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mint(uint256 pDrop, uint256 pTokenId, address pRecipient, uint256 amount, bytes32[] pProof)
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)
setContractURI(string pContractUri)
setMaxTokenSupply(uint256 tokenId, uint256 maxSupply)
setMerkleRoot(uint256 pDrop, bytes32 pRoot)
setTokenInfo(uint256 tokenId, uint256 maxSupply, string tokenUri)
setTokenUri(uint256 tokenId, string tokenUri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.