CoinRealEcosystem
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoinRealEcosystem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10859996 | 4 years ago | | | 0 | 0.010466600 | |
| 8794232 | 5 years ago | | | 0 | 0.00069300000 | |
| 8746242 | 5 years ago | | | 0 | 0.000071030400 | |
| 8468972 | 5 years ago | | | 0 | 0.0012600000 | |
| 7874259 | 5 years ago | | | 0 | 0.00085553100 | |
| 7860012 | 5 years ago | | | 0 | 0.0011990590 | |
| 7582916 | 6 years ago | | | 0 | 0.00055795500 | |
| 7151493 | 6 years ago | | | 0 | 0.00078391500 | |
| 7151489 | 6 years ago | | | 0 | 0.00078295500 | |
| 7151117 | 6 years ago | | | 0 | 0.00074394000 |
ABI
ABI objects
Getter at block 21188050
decimals() view returns (uint256)
18
name() view returns (string)
CoinRealEcosystem
owner() view returns (address)
0xadf7dbf83298b15385a238fcdad6da50f091cd20
symbol() view returns (string)
CRE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 amount) returns (bool)
mint(uint256 amountOfMint) returns (bool)
register(string key) returns (bool)
setOwner(address newOwner) returns (bool)
transfer(address _to, uint256 _value) returns (bool ind)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _owner, uint256 indexed _value)
LogOwnerChanged(address msgSender)
LogRegister(address user, string key)
Mint(address user, uint256 indexed amountOfMint)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.