TheMerge
Verified contract
Active on
Ethereum with 318,805 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($102.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 52.0979 | $1.002 |
$52.2 | |
USDC | ERC-20 | 50 | $1.00 |
$50 | |
KOK | ERC-20 | 553.03947 | $0.000315 |
$0.17 | |
(#320739) | MERGE | ERC-721 | 1 | -- | -- |
(#153047) | MERGE | ERC-721 | 1 | -- | -- |
MERGE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241231 | 20 hours ago | | | 0 | 0.00046355254 | |
| 21236874 | a day ago | | | 0 | 0.0012999712 | |
| 21228521 | 3 days ago | | | 0 | 0.00024487422 | |
| 21227651 | 3 days ago | | | 0 | 0.00044412664 | |
| 21225390 | 3 days ago | | | 0 | 0.00061281409 | |
| 21208031 | 5 days ago | | | 0 | 0.00026672800 | |
| 21197179 | 7 days ago | | | 0 | 0.00080055800 | |
| 21194302 | 7 days ago | | | 0 | 0.00096988942 | |
| 21171751 | 11 days ago | | | 0 | 0.0013437517 | |
| 21171664 | 11 days ago | | | 0 | 0.0012083480 |
ABI
ABI objects
Getter at block 21247310
isFrozen() view returns (bool)
false
mintOpenUntil() view returns (uint64)
1663483691
name() view returns (string)
TheMerge
owner() view returns (address)
0xab9e1ddf806a20c9b06a94c655a59c3edf495ca5
symbol() view returns (string)
MERGE
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 adminMintAllTier2ATo(address[] recipients)
adminMintAllTier2BTo(address[] recipients)
adminMintAllTier2CTo(address[] recipients)
adminMintTo(uint256 tokenId, address recipient)
adminSetFrozen()
adminSetPoSOverride()
adminSetTokenUris(string tier1TokenUri, string tier2ATokenUri, string tier2BTokenUri, string tier2CTokenUri, string openEditionTokenUri)
approve(address to, uint256 tokenId)
publicMint()
publicTier1MintToOwner()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setActive()
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
constructor(string tier1TokenUri, string tier2ATokenUri, string tier2BTokenUri, string tier2CTokenUri, string openEditionTokenUri)
This contract contains no fallback and receive objects.
AlreadySetActive()
InvalidToken()
MintNotActive()
PoSNotActive()
RecipientLengthDoesNotMatchSupply()
SoldOut()
TokenUrisFrozen()