WAGMI ARMY
Verified contract
Active on
Ethereum with 35,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.001068 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113343 | 8 days ago | | | 0 | 0.00021358691 | |
| 20998008 | 24 days ago | | | 0 | 0.00023510600 | |
| 20976635 | a month ago | | | 0 | 0.00051480321 | |
| 20972017 | a month ago | | | 0 | 0.00049294007 | |
| 20855662 | a month ago | | | 0 | 0.00017070492 | |
| 20756001 | 2 months ago | | | 0 | 0.000055275901 | |
| 20705420 | 2 months ago | | | 0 | 0.000032595127 | |
| 20655668 | 2 months ago | | | 0 | 0.000019798400 | |
| 20648567 | 2 months ago | | | 0 | 0.000022231766 | |
| 20615685 | 3 months ago | | | 0 | 0.000025911340 |
ABI
ABI objects
Getter at block 21172634
MAX_WAGMIS() view returns (uint256)
10000
OGmerkleRoot() view returns (bytes32)
0x23eee02d95abb8dcace9f769cc74ef8cf85078c8770655161cb692a38a76e195
PublicStartTime() view returns (uint256)
9999999999
WHITELIST_STARTED() view returns (bool)
false
WLStartTime() view returns (uint256)
1657216800
WLmerkleRoot() view returns (bytes32)
0x888853964d0fe9c7d6563c8d63a054143ab955b99a41bd7e1ee7a3792387a630
baseURI() view returns (string)
https://wagmiarmy.io/metadata/meta?id=
name() view returns (string)
WAGMI ARMY
owner() view returns (address)
0xf926a50ba1fa33511736c4c5ce750b09c954315e
symbol() view returns (string)
WAGMI
totalSupply() view returns (uint256)
9999
totalWagmis() view returns (uint256)
9999
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)
usedMinted(address) view returns (bool)
usedOG(address) view returns (bool)
usedWL(address) view returns (bool)
State-modifying
Events OGwhitelistMint(bytes32[] _proof)
approve(address to, uint256 tokenId)
mint()
ownerMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string base)
setMerkleRoot(bytes32 _WLroot, bytes32 _OGroot)
setPublicStartTime(uint256 _newPublicStartTime)
setWLStartTime(uint256 _newWLStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()