CryptoCountries.io Countries
Verified contract
Active on
Ethereum with 9,795 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa4be…30a2
Balances ($3,753.61)
Native
Value
$3,753.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.168928 | $3,211.16 |
$3,753.61 | |
OCN | ERC-20 | 5 | $0.000043 |
$0 | |
TRA | ERC-20 | 200 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
JACK | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20466844 | 3 months ago | | | 0 | 0.000086196240 | |
| 20455220 | 3 months ago | | | 0 | 0.000028896582 | |
| 20455189 | 3 months ago | | | 0 | 0.000028297350 | |
| 20455137 | 3 months ago | | | 0.0001 | 0.000029860481 | |
| 20455133 | 3 months ago | | | 0 | 0.000026943811 | |
| 20455126 | 3 months ago | | | 0.0001 | 0.000029103225 | |
| 19736716 | 7 months ago | | | 0 | 0.00026323440 | |
| 19389099 | 8 months ago | | | 0 | 0.0022428483 | |
| 19190211 | 9 months ago | | | 0 | 0.0025679187 | |
| 19190207 | 9 months ago | | | 0 | 0.0026439317 |
ABI
ABI objects
Getter at block 21158494
implementsERC721() view returns (bool _implements)
true
name() pure returns (string _name)
CryptoCountries.io Countries
symbol() pure returns (string _symbol)
CCC
totalSupply() view returns (uint256 _totalSupply)
254
Read-only
allOf(uint256 _itemId) view returns (address _owner, uint256 _startingPrice, uint256 _price, uint256 _nextPrice)
approvedFor(uint256 _itemId) view returns (address _approved)
balanceOf(address _owner) view returns (uint256 _balance)
calculateDevCut(uint256 _price) view returns (uint256 _devCut)
calculateNextPrice(uint256 _price) view returns (uint256 _nextPrice)
isAdmin(address _admin) view returns (bool _isAdmin)
itemsForSaleLimit(uint256 _from, uint256 _take) view returns (uint256[] _items)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
startingPriceOf(uint256 _itemId) view returns (uint256 _startingPrice)
tokenExists(uint256 _itemId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[] _tokenIds)
State-modifying
Events addAdmin(address _admin)
approve(address _to, uint256 _itemId)
buy(uint256 _itemId) payable
enableERC721()
listItem(uint256 _itemId, uint256 _price, address _owner)
listItemFromRegistry(uint256 _itemId)
listMultipleItems(uint256[] _itemIds, uint256 _price, address _owner)
populateFromItemRegistry(uint256[] _itemIds)
removeAdmin(address _admin)
setItemRegistry(address _itemRegistry)
setOwner(address _owner)
transfer(address _to, uint256 _itemId)
transferFrom(address _from, address _to, uint256 _itemId)
withdrawAll()
withdrawAmount(uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
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.