EOS CHROME
Verified contract
Active on
Ethereum with 8,118 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CR | ERC-20 | 511.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13318942 | 3 years ago | | | 0 | 0.0023430422 | |
| 12158614 | 4 years ago | | | 0 | 0.0071024572 | |
| 12153337 | 4 years ago | | | 0 | 0.0034633560 | |
| 12153305 | 4 years ago | | | 0 | 0.0056601120 | |
| 11879137 | 4 years ago | | | 0 | 0.010169604 | |
| 11774644 | 4 years ago | | | 0 | 0.0080646480 | |
| 11768426 | 4 years ago | | | 0 | 0.0072694440 | |
| 11736512 | 4 years ago | | | 0 | 0.0052723440 | |
| 11722298 | 4 years ago | | | 0 | 0.0095860800 | |
| 11722293 | 4 years ago | | | 0 | 0.0091845900 |
ABI
ABI objects
Getter at block 21284114
creator() view returns (address)
0xccdbceb7a41512023c04644f5ed2cb8272365ade
decimals() view returns (uint8)
18
name() view returns (string)
EOS CHROME
owner() view returns (address)
0x83bea0afd0fe914cbfa922a25c4e795244b9d873
symbol() view returns (string)
CR
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAddress(address frAddress)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
returnOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreezeAddress(address frAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeBalance(address from, uint256 fromBalance, address to, uint256 toBalance, uint256 seq)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.