CryptoCountries.io Cities
Verified contract
Active on
Ethereum with 2,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x92cb…ebef
Balances ($16,865.26)
Native
Value
$16,865.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.17657 | $3,258.00 |
$16,865.26 | |
betbeb.com | ERC-20 | 88.888K | -- | -- | |
uxtw.com$0.02回购 | ERC-20 | 16.888K | -- | -- | |
BEB | ERC-20 | 8.848K | -- | -- | |
EBK | ERC-20 | 5.161643 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9035905 | 5 years ago | | | 0.49758 | 0.00039335000 | |
| 8194304 | 5 years ago | | | 2.47577 | 0.00078670000 | |
| 8163641 | 5 years ago | | | 0.77774 | 0.0017307400 | |
| 8143663 | 5 years ago | | | 0.83942 | 0.000078670000 | |
| 7424571 | 6 years ago | | | 0.35099 | 0.000078670000 | |
| 7337406 | 6 years ago | | | 0.572 | 0.00023601000 | |
| 7240474 | 6 years ago | | | 0.3296 | 0.00035551500 | |
| 7240465 | 6 years ago | | | 0.27494 | 0.00039335000 | |
| 7240455 | 6 years ago | | | 0.317 | 0.00039335000 | |
| 7233030 | 6 years ago | | | 4.4806 | 0.00023601000 |
ABI
ABI objects
Getter at block 21172961
admins() view returns (address[] _admins)
[0xb03Bec2357953aB8E1eF6eb36D6F10078Bb039Fa]
emergency() view returns (bool _emergency)
false
implementsERC721() view returns (bool _implements)
false
name() pure returns (string _name)
CryptoCountries.io Cities
owner() view returns (address _owner)
0xfc1f7923bcbfd84637b8e4ef4376abbc564e59a6
symbol() pure returns (string _symbol)
CC2
totalSupply() view returns (uint256 _totalSupply)
67
Read-only
allItems(uint256 _from, uint256 _take) view returns (uint256[] _items)
allOf(uint256 _itemId) view returns (address _owner, uint256 _price, uint256 _nextPrice, uint256 _countryId)
balanceOf(address _owner) view returns (uint256 _balance)
calculateCountryCut(uint256 _price) pure returns (uint256 _countryCut)
calculateDevCut(uint256 _price) pure returns (uint256 _devCut)
calculateNextPrice(uint256 _price) pure returns (uint256 _nextPrice)
countryItems(uint256 _countryId, uint256 _from, uint256 _take) view returns (uint256[] _items)
countryOf(uint256 _itemId) view returns (uint256 _countryId)
countrySupply(uint256 _countryId) view returns (uint256 _countrySupply)
getApproved(uint256 _itemId) view returns (address _approved)
isAdmin(address _admin) view returns (bool _isAdmin)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
tokenByIndex(uint256 _index) view returns (uint256 _itemId)
tokenExists(uint256 _itemId) view returns (bool _exists)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 _itemId)
tokenURI(uint256 _itemId) pure returns (string)
tokensOf(address _owner) view returns (uint256[] _tokenIds)
State-modifying
Events addAdmin(address _admin)
approve(address _to, uint256 _itemId)
buy(uint256 _itemId) payable
clearAdmins()
declareEmergency(string _reason)
enableERC721()
listItem(uint256 _itemId, uint256 _countryId, uint256 _price, address _owner)
listMultipleItems(uint256[] _itemIds, uint256[] _countryIds, uint256 _price, address _owner)
removeAdmin(address _admin)
resolveEmergency()
setCountryToken(address _countryToken)
transfer(address _to, uint256 _itemId)
transferFrom(address _from, address _to, uint256 _itemId)
transferOwnership(address _owner)
withdrawAll()
withdrawAmount(uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
DeclareEmergency(string _reason)
List(uint256 indexed _itemId, address indexed _owner, uint256 _price)
ResolveEmergency()
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.