Blockverse
Verified contract
Active on
Ethereum with 12,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ea2…9d12
0x3faa…ce0d
Balances ($0.00)
No balances found for "Blockverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263521 | 3 days ago | | | 0 | 0.00018813865 | |
| 20993479 | a month ago | | | 0 | 0.0011877915 | |
| 20693081 | 3 months ago | | | 0 | 0.00048557219 | |
| 20668179 | 3 months ago | | | 0 | 0.000054649711 | |
| 20618133 | 3 months ago | | | 0 | 0.000021060212 | |
| 20553048 | 3 months ago | | | 0 | 0.000048786219 | |
| 20551191 | 3 months ago | | | 0 | 0.000041132984 | |
| 20313425 | 4 months ago | | | 0 | 0.0012337800 | |
| 20245522 | 5 months ago | | | 0 | 0.00014977462 | |
| 20245513 | 5 months ago | | | 0 | 0.000068077516 |
ABI
ABI objects
Getter at block 21288138
name() view returns (string)
Blockverse
owner() view returns (address)
0xa2b0ddb3dde52675d1b3c23c082bd7b4eec9460e
price() view returns (uint256)
50000000000000000
saleStage() view returns (uint8)
2
symbol() view returns (string)
BLCK
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenFaction(uint256 tokenId) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
mintedByFaction(uint8) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
remainingMint(address user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenFaction(uint256) view returns (uint8)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletAssignedMintFaction(address) view returns (uint8)
walletOfUser(address user) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num, bool autoStake) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContracts(address _staking, address _metadata)
setSaleStage(uint8 val)
setWhitelistRoot(bytes32 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num, bytes32[] proof, bool autoStake) payable
withdrawAll(address a)
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.