atomverse_genesis
Verified contract
Active on
Ethereum with 6,912 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 "atomverse_genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256306 | 7 days ago | | | 0 | 0.00041449730 | |
| 21253738 | 7 days ago | | | 0 | 0.00045933974 | |
| 21118488 | a month ago | | | 0 | 0.00022554596 | |
| 20983007 | a month ago | | | 0 | 0.00019743750 | |
| 20625463 | 3 months ago | | | 0 | 0.000061453709 | |
| 20521650 | 4 months ago | | | 0 | 0.000075706449 | |
| 20521648 | 4 months ago | | | 0 | 0.000080883049 | |
| 20415097 | 4 months ago | | | 0 | 0.000060896247 | |
| 19886069 | 6 months ago | | | 0 | 0.00014018444 | |
| 19861025 | 7 months ago | | | 0 | 0.00014956276 |
ABI
ABI objects
Getter at block 21304719
cost() view returns (uint256)
100000000000000000
mRoot() view returns (bytes32)
0x7c7059c82dc5e138f40acdc16f6c762961b058f362c14a1f3c96a39dcaa9f20f
maxMintAmountPerTx() view returns (uint8)
2
maxPerWallet() view returns (uint8)
2
maxSupply() view returns (uint256)
8888
name() view returns (string)
atomverse_genesis
owner() view returns (address)
0x907309c4233b8c379734e1ff867027a628482d61
paused() view returns (bool)
true
publicSale() view returns (bool)
false
symbol() view returns (string)
ATOM
totalMinted() view returns (uint256)
4443
totalSupply() view returns (uint256)
8888
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)
totalMintByUser(address) view returns (uint8)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount)
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setPaused(bool _state)
setPublicState(bool _state)
setmRoot(bytes32 _mRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.