The MERGE
Verified contract
Active on
Ethereum with 1,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 "The MERGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18607174 | a year ago | | | 0 | 0.00095820258 | |
| 18152031 | a year ago | | | 0 | 0.00023521860 | |
| 18151970 | a year ago | | | 0 | 0.00023158237 | |
| 18151968 | a year ago | | | 0 | 0.00023702618 | |
| 17920556 | a year ago | | | 0 | 0.0015258632 | |
| 17009828 | 2 years ago | | | 0 | 0.00052115075 | |
| 16960893 | 2 years ago | | | 0 | 0.00077251026 | |
| 16949082 | 2 years ago | | | 0 | 0.0013636150 | |
| 16841692 | 2 years ago | | | 0 | 0.0027250373 | |
| 16770904 | 2 years ago | | | 0 | 0.00093353787 |
ABI
ABI objects
Getter at block 21315381
canMint() view returns (bool)
false
currentCohort() view returns (uint16)
2
maxCount() view returns (uint256)
3333
maxCountPerWallet() view returns (uint256)
3
mintFee() view returns (uint256)
0
name() view returns (string)
The MERGE
owner() view returns (address)
0x646210472a4885961890e48e8984462d9f1839e7
paused() view returns (bool)
true
symbol() view returns (string)
MERGE
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
cohortId(uint16 cohortNum, uint256 index) view returns (uint256)
cohortLength(uint16 cohortNumber) view returns (uint256)
cohorts(uint16) view returns (bytes32 randomHash)
genesisSeed(uint256 tokenId) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
incrementCohort()
mintDeck(uint256 count) payable returns (bool)
pause()
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, uint256 cohortId_)
setCohortRandomValue(uint16 cohortNumber, bytes32 randomHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CohortNumberIncremented(uint256 indexed cohortNumber)
CohortRandomHashSet(uint256 indexed cohortNumber, bytes32 indexed randomHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address treasury_, uint256 maxCount_, uint256 maxCountPerWallet_, uint96 royalties, string tokenName, string tokenSymbol, string startingBaseURI, address[] earlyRecipients, uint256[] tokenCounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.