Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($326.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAGMIGAMES | ERC-20 | 17.934361M | $0.000018 |
$326.58 | |
WAGMI | ERC-20 | 17.784615M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20782779 | 2 months ago | | | 0 | 0.00038416541 | |
| 20112689 | 5 months ago | | | 0 | 0.0014481772 | |
| 20112685 | 5 months ago | | | 0 | 0.0014349978 | |
| 20112497 | 5 months ago | | | 0 | 0.00054885200 | |
| 20112492 | 5 months ago | | | 0 | 0.00055387140 | |
| 19837028 | 6 months ago | | | 0 | 0.00023478549 | |
| 19801037 | 7 months ago | | | 0 | 0.00022107813 | |
| 19551835 | 8 months ago | | | 0 | 0.0010006948 | |
| 19500978 | 8 months ago | | | 0 | 0.00089630258 | |
| 19500974 | 8 months ago | | | 0 | 0.00081721403 |
ABI
ABI objects
Getter at block 21229064
maxSupply() view returns (uint32)
3022
name() view returns (string)
WAGMI
owner() view returns (address)
0x8c1156870c904857e8c8490cf15c0de9af94c172
saleIsActive() view returns (bool)
true
saleStart() view returns (uint32)
1648324800
symbol() view returns (string)
WAGMI
totalSupply() view returns (uint32)
3022
unitPrice() view returns (uint256)
125000000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] addresses)
mint(uint32 count) payable
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)
setSaleStart(uint32 timestamp)
setURI(string uri)
transferOwnership(address newOwner)
withdraw()
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(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.