SmashversePrimarySaleRelay
Verified contract
Active on
Ethereum with 3,751 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…ea8f
Balances ($0.00)
No balances found for "SmashversePrimarySaleRelay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16905276 | 2 years ago | | | 0 | 0.0045918964 | |
| 16899943 | 2 years ago | | | 0 | 0.0047322974 | |
| 16899652 | 2 years ago | | | 0 | 0.0058380267 | |
| 16586160 | 2 years ago | | | 0 | 0.020622412 | |
| 16585059 | 2 years ago | | | 0 | 0.019524061 | |
| 16536676 | 2 years ago | | | 0 | 0.0012864120 | |
| 16513834 | 2 years ago | | | 0 | 0.029168634 | |
| 16508264 | 2 years ago | | | 0 | 0.012205091 | |
| 16504068 | 2 years ago | | | 0 | 0.011969895 | |
| 16502682 | 2 years ago | | | 0 | 0.051200308 |
ABI
ABI objects
Getter at block 21286563
beneficiary() view returns (address)
0x7390edbe8979cfbb1d50a6a5707d93aafe49e9dc
epsDeligateRegister() view returns (address)
0x0000000000000af8fe6e4de40f4804c90fa8ea8f
listDetailsLocked() view returns (bool)
false
listMerkleRoot() view returns (bytes32)
0x7e6dc51b189ae96653ff4953514b446ade3cfa05443cc307e7db3f35b01c3554
owner() view returns (address)
0xbf9f7e7046b7a90a759cdc06ced11be634aada56
pauseCutOffInDays() view returns (uint256)
90
paused() view returns (bool)
false
publicMintEnd() view returns (uint32)
4294967295
publicMintStart() view returns (uint32)
4294967295
publicMintStatus() view returns (uint8)
1
publicMintingClosedForever() view returns (bool)
false
Read-only
checkAllocation(struct ISublistsSublist sublist_, uint256 quantityEligible_, uint256 unitPrice_, uint256 vestingInDays_, bytes32[] proof_, address addressToCheck_) view returns (uint256 allocation, uint8 statusCode)
listMintAllocationMinted(address, uint256) view returns (uint256)
listMintStatus(uint256 listInteger) view returns (uint8 status, uint256 start, uint256 end)
merkleListValid(address addressToCheck_, struct ISublistsSublist sublist_, uint256 quantityEligible_, bytes32[] proof_, uint256 unitPrice_, uint256 vestingInDays_, bytes32 root_) view returns (address minter, bool success)
publicMintAllocationMinted(address) view returns (uint256)
subListConfig(uint256) view returns (uint256 start, uint256 end, uint256 phaseMaxSupply)
State-modifying
Events listMint(struct ISublistsSublist sublist_, uint256, uint256, uint256 unitPrice_, uint256 vestingInDays_, bytes32[] proof_) payable
mintPassMint(uint256[] mintPassTokenIds_)
onERC721Received(address, address from_, uint256 tokenId_, bytes) returns (bytes4)
pause()
publicMint(uint256) payable
renounceOwnership()
setEPSDelegateRegisterAddress(address epsDelegateRegister_)
setList(bytes32 merkleRoot_)
setListDetailsLockedForeverCannotBeUndone(string confirmation_)
setProofsAndTotalQuantities(bytes32[] mintPassProof_, uint256 totalMintPassMintQuantity_, bytes32[] freeMintProof_, uint256 totalFreeMintQuantity_)
setPublicMintingClosedForeverCannotBeUndone(string confirmation_)
setSublistConfig(uint256 sublistInteger_, uint256 start_, uint256 end_, uint256 supply_)
setpublicMintEnd(uint32 time_)
setpublicMintStart(uint32 time_)
transferOwnership(address newOwner)
unpause()
withdrawERC20(address token, uint256 amount)
withdrawETH(uint256 amount)
EPSDelegateRegisterUpdated(address epsDelegateRegisterAddress)
MerkleRootSet(bytes32 merkleRoot)
MintPassRedeemed(address indexed receiver, uint256 indexed mintPassTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SmashMint(address indexed minter, uint8 mintType, uint256 subListInteger, uint256 quantityMinted)
SublistConfigSet(uint256 sublistInteger, uint256 start, uint256 end, uint256 supply)
Unpaused(address account)
constructor(struct SmashversePrimarySaleRelayPublicMintConfig publicMintConfig_, bytes32 listMerkleRoot_, address epsDeligateRegister_, uint256 pauseCutOffInDays_, address beneficiary_, struct SmashversePrimarySaleRelaySubListConfig[] subListParams, address smashverseTitansContract_, address smashverseSaleContract_, address mintPassContract_)
fallback()
receive()
IncorrectConfirmationValue()
InvalidMintPass()
ListDetailsLocked()
MaxPublicMintAllowanceExceeded(uint256 requested, uint256 alreadyMinted, uint256 maxAllowance)
MintingIsClosedForever()
ProofInvalid()
PublicMintClosed()
RequestingMoreThanRemainingAllocation(uint256 requested, uint256 remainingAllocation)
ThisListMintIsClosed()
TransferFailed()