CryptoCommand
Verified contract
Active on
Ethereum with 236 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 |
---|---|---|---|---|---|
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- | |
CCM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9806556 | 5 years ago | | | 0 | 0.00021285200 | |
| 9806549 | 5 years ago | | | 0 | 0.00021285200 | |
| 9806546 | 5 years ago | | | 0 | 0.00026600500 | |
| 9805941 | 5 years ago | | | 0 | 0.00011925200 | |
| 9805941 | 5 years ago | | | 0 | 0.00014906500 | |
| 9805941 | 5 years ago | | | 0 | 0.00015963900 | |
| 9805693 | 5 years ago | | | 0 | 0.00026606500 | |
| 9805686 | 5 years ago | | | 0 | 0.00026606500 | |
| 9805678 | 5 years ago | | | 0 | 0.000098382900 | |
| 9805660 | 5 years ago | | | 0 | 0.00017560290 |
ABI
ABI objects
Getter at block 21277062
getBalance() view returns (uint256)
0
isOwner() view returns (bool)
false
name() view returns (string)
CryptoCommand
owner() view returns (address)
0xfbb2fd81f7c84fdfe7deb68c26a53833a9c4fd1c
symbol() view returns (string)
CCM
totalSupply() view returns (uint256)
4475
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getToken(uint256 _tokenId) view returns (string country, uint256 price, uint256 currentSellPrice, bool onSale, uint256 power, string armyType, address owner, string ownerName)
getTokens(address _owner) view returns (uint256[])
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)
burn()
mint(string _country, uint256 _price, uint256 _power, string _armyType)
mintCountry(string code)
purchase(uint256 _tokenId, string _ownerName) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setOnSale(uint256 _tokenId, uint256 _currentSellPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.