Cityverse
Verified contract
Active on
Ethereum with 1,393 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 "Cityverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20122119 | 5 months ago | | | 0 | 0.00022645519 | |
| 19848538 | 6 months ago | | | 0 | 0.00017137844 | |
| 19498966 | 8 months ago | | | 0 | 0.00092987914 | |
| 19283661 | 9 months ago | | | 0 | 0.0018257068 | |
| 19080976 | 10 months ago | | | 0 | 0.00030123188 | |
| 19014242 | 10 months ago | | | 0 | 0.0014795593 | |
| 19014143 | 10 months ago | | | 0 | 0.0017449416 | |
| 19014140 | 10 months ago | | | 0 | 0.0017177133 | |
| 16321061 | 2 years ago | | | 0 | 0.0019385940 | |
| 16307007 | 2 years ago | | | 0 | 0.00074870738 |
ABI
ABI objects
Getter at block 21215433
MAX_CLAIMS() view returns (uint256)
2
baseURI() view returns (string)
ipfs://bafybeifthxii2kumzsyomglwvr7fiextcnfdyyjkmzanpeqkovukincigy/
claimStatus() view returns (bool)
false
maxSupply() view returns (uint256)
10000
name() view returns (string)
Cityverse
nextTokenId() view returns (uint256)
1061
owner() view returns (address)
0xb12d99067f4e64db26b27212cd1925907d482e68
reserveCount() view returns (uint256)
300
symbol() view returns (string)
CITY
tokensReserved() view returns (uint256)
0
totalSupply() view returns (uint256)
1061
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) 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)
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)
mint()
renounceOwnership()
reserveTokens(address recipient, uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newbaseURI)
setClaimStatus(bool status)
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)
BaseURIChanged(string newBaseURI)
Claim(address minter)
ClaimStatusChanged(bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReserveToken(address minter, address recipient, uint256 count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _reserveCount, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.