WAGMI WORLD
Verified contract
Active on
Ethereum with 1,622 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 "WAGMI WORLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20463481 | 3 months ago | | | 0 | 0.0011698288 | |
| 19631650 | 7 months ago | | | 0 | 0.00047752013 | |
| 19357529 | 8 months ago | | | 0 | 0.0025971481 | |
| 18872395 | 10 months ago | | | 0 | 0.00088824553 | |
| 18872393 | 10 months ago | | | 0 | 0.00092747270 | |
| 18872391 | 10 months ago | | | 0 | 0.00092196424 | |
| 18836828 | 10 months ago | | | 0 | 0.00081708877 | |
| 18804264 | a year ago | | | 0 | 0.0013141819 | |
| 18754083 | a year ago | | | 0 | 0.00099934039 | |
| 18746417 | a year ago | | | 0 | 0.0013709041 |
ABI
ABI objects
Getter at block 21124567
getAirdropCount() view returns (uint256)
100
getStage() view returns (uint256)
4
name() view returns (string)
WAGMI WORLD
owner() view returns (address)
0xd7c15ed7fc348cd1bcfe27b12e0581645e82fd00
symbol() view returns (string)
WGMI
totalSupply() view returns (uint256)
800
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 airdrop(uint256 count, address recipient)
airdropMultiple(address[] recipients)
approve(address to, uint256 tokenId)
mintPrivateStage(uint256 count, bytes32[] merkleProof) payable
mintPublic(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxSupply(uint256 newMaxSupply, uint256 newPrivateMintSupply)
setMerkleRootWagmiList(bytes32 newRoot)
setMerkleRootWagmiListPlus(bytes32 newRoot)
setStage(uint256 newStage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
airDropped(uint256 count, address recipient)
stageChanged(uint256 stage)
constructor(uint256 maxSupply, uint256 airdropSupply, uint256 privateMintSupply)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()