We Are All Going To Merge
Verified contract
Active on
Ethereum with 578 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 "We Are All Going To Merge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15551485 | 2 years ago | | | 0 | 0.00029543595 | |
| 15542133 | 2 years ago | | | 0 | 0.00056656095 | |
| 15537375 | 2 years ago | | | 0 | 0.00055711070 | |
| 15537046 | 2 years ago | | | 0 | 0.00037376233 | |
| 15536790 | 2 years ago | | | 0 | 0.00075789697 | |
| 15534517 | 2 years ago | | | 0 | 0.00070707816 | |
| 15534344 | 2 years ago | | | 0 | 0.00050733147 | |
| 15534035 | 2 years ago | | | 0 | 0.00062208056 | |
| 15534035 | 2 years ago | | | 0 | 0.00037474814 | |
| 15534035 | 2 years ago | | | 0 | 0.00037474814 |
ABI
ABI objects
Getter at block 21184317 getCircle2Pos() view returns (uint256)
contractCreationBlock() view returns (uint256)
15533957
estimatedMergeBlock() view returns (uint256)
15537205
getCircle1Pos() view returns (uint256)
174164
getMergeProgress() view returns (uint256)
173964
isMintActive() view returns (bool)
true
maxSupply() view returns (uint256)
420
name() view returns (string)
We Are All Going To Merge
owner() view returns (address)
0x7d761d8828baf244eac723f82b2ece15ef8adc4f
symbol() view returns (string)
WAGME
totalSupply() view returns (uint256)
420
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
inverseLerp100x(uint256 a, uint256 b, uint256 value) pure returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _mintAmount)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setEstimatedMergeBlock(uint256 _estimatedMergeBlock)
toggleMintState()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()