CargoX Token
Verified contract
Active on
Ethereum with 34,226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($45,982.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CXO | ERC-20 | 219.79392K | $0.209208 |
$45,982.65 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LOOIX | ERC-20 | 1K | -- | -- | |
UNIX | ERC-20 | 100 | -- | -- | |
ALP | ERC-20 | 36 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246302 | an hour ago | | | 0 | 0.00089356299 | |
| 21245807 | 3 hours ago | | | 0 | 0.0039656000 | |
| 21244657 | 6 hours ago | | | 0 | 0.00071845817 | |
| 21244642 | 7 hours ago | | | 0 | 0.00073220338 | |
| 21243064 | 12 hours ago | | | 0 | 0.00046934329 | |
| 21243060 | 12 hours ago | | | 0 | 0.00042048218 | |
| 21243051 | 12 hours ago | | | 0 | 0.00050281819 | |
| 21242696 | 13 hours ago | | | 0 | 0.00054693607 | |
| 21241432 | 17 hours ago | | | 0 | 0.00050840733 | |
| 21241393 | 17 hours ago | | | 0 | 0.00047601452 |
ABI
ABI objects
Getter at block 21246583
canUpgrade() view returns (bool)
true
decimals() view returns (uint256)
18
getUpgradeState() view returns (uint8)
2
isToken() view returns (bool weAre)
true
mintingFinished() view returns (bool)
true
name() view returns (string)
CargoX Token
owner() view returns (address)
0x3a8527653cff3dfd74f7868107c2043227f3e454
releaseAgent() view returns (address)
0x0e086439b8081012a186660c10a7b61218870e0e
released() view returns (bool)
true
symbol() view returns (string)
CXO
totalSupply() view returns (uint256)
215119015624569246982869690
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x3a8527653cff3dfd74f7868107c2043227f3e454
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
mintAgents(address) view returns (bool)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.