Cointorox
Verified contract
Active on
Ethereum with 3,350 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 |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 28,636,626,541.97T | -- | -- | |
EXT | ERC-20 | 1K | -- | -- | |
MRO | ERC-20 | 99.9 | -- | -- | |
MOAB | ERC-20 | 0.98 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14204596 | 3 years ago | | | 0 | 0.0026868320 | |
| 12578484 | 3 years ago | | | 0 | 0.00032466000 | |
| 9927586 | 5 years ago | | | 0 | 0.00012957600 | |
| 9904299 | 5 years ago | | | 0 | 0.0010828000 | |
| 9872551 | 5 years ago | | | 0 | 0.000043264000 | |
| 9412902 | 5 years ago | | | 0 | 0.0010834000 | |
| 9220367 | 5 years ago | | | 0 | 0.0010834000 | |
| 9125359 | 5 years ago | | | 0 | 0.0010816000 | |
| 9121303 | 5 years ago | | | 0 | 0.0010828000 | |
| 8812447 | 5 years ago | | | 0 | 0.00069960000 |
ABI
ABI objects
Getter at block 21285553
decimals() view returns (uint8)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
safeguard() view returns (bool)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
whitelistingStatus() view returns (bool)
[unknown]
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeSafeguardStatus()
changeWhitelistingStatus()
destructContract()
freezeAccount(address target, bool freeze)
manualWithdrawEther()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
whitelistManyUsers(address[] userAddresses)
whitelistUser(address userAddress)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.