The Merge
Verified contract
Proxy
Active on
Ethereum with 1,622 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "The Merge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158237 | 3 days ago | | | 0 | 0.0012408897 | |
| 19455254 | 8 months ago | | | 0 | 0.0020786053 | |
| 19175141 | 9 months ago | | | 0 | 0.0013152261 | |
| 19079645 | 10 months ago | | | 0 | 0.00054209959 | |
| 19041654 | 10 months ago | | | 0 | 0.0013817375 | |
| 18895168 | 10 months ago | | | 0 | 0.00054500154 | |
| 18894332 | 10 months ago | | | 0 | 0.00055359842 | |
| 18802888 | a year ago | | | 0 | 0.00095606576 | |
| 18442285 | a year ago | | | 0 | 0.00093562178 | |
| 18442284 | a year ago | | | 0 | 0.0010043614 |
ABI
ABI objects
Getter at block 21180975
implementation() view returns (address)
0xb038e47399aef432fdfd117c0d83b0fb6e9eff85
cost() view returns (uint256)
2500000000000000
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
The Merge
owner() view returns (address)
0xad43c68e5c142e9d17293254600fcc395a8c8272
symbol() view returns (string)
MERGE
totalSupply() view returns (uint256)
1000
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 approve(address to, uint256 tokenId) payable
initData(string name, string token, string u, uint256 max, uint256 c)
mint(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()