CryptoCities
Verified contract
Active on
Ethereum with 2,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHNZ2 | ERC-20 | 2K | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17792882 | a year ago | | | 0 | 0.0046579414 | |
| 13379945 | 3 years ago | | | 0 | 0.010170428 | |
| 13379920 | 3 years ago | | | 0 | 0.0041061287 | |
| 13379907 | 3 years ago | | | 0 | 0.0059567581 | |
| 11817353 | 4 years ago | | | 0 | 0.0072548520 | |
| 9345885 | 5 years ago | | | 0 | 0.00027376800 | |
| 6074672 | 6 years ago | | | 0 | 0.000091456000 | |
| 5755921 | 6 years ago | | | 0 | 0.00018523200 | |
| 5755917 | 6 years ago | | | 0 | 0.00036523200 | |
| 5709358 | 6 years ago | | | 0 | 0.0012346560 |
ABI
ABI objects
Getter at block 21278557
NAME() view returns (string)
CryptoCities
SYMBOL() view returns (string)
CityToken
ceoAddress() view returns (address)
0xbb44c3370ad09641c191d793997311dba945fffe
cooAddress() view returns (address)
0x7ee911ca3bad2fb2b340145abc9dcc588e56f5f1
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoCities
symbol() pure returns (string)
CityToken
totalSupply() view returns (uint256 total)
266
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getToken(uint256 _tokenId) view returns (string tokenName, uint256 parentId, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokenIndexToApproved(uint256) view returns (address)
tokenIndexToOwner(uint256) view returns (address)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createToken(uint256 _tokenId, address _owner, string _name, uint256 _parentId, uint256 _price)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
withdrawFunds(address _to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
TokenCreated(uint256 tokenId, string name, uint256 parentId, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name, uint256 parentId)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.