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 "COREX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7028641 | 6 years ago | | | 0 | 0.00011335500 | |
| 6964595 | 6 years ago | | | 0 | 0.00013187880 | |
| 6365288 | 6 years ago | | | 0 | 0.0015465610 | |
| 6365286 | 6 years ago | | | 0 | 0.0021608230 | |
| 6290051 | 6 years ago | | | 0 | 0.00079482900 | |
| 5941728 | 6 years ago | | | 0 | 0.00087028000 | |
| 5730011 | 6 years ago | | | 0 | 0.00068013000 | |
| 5684164 | 6 years ago | | | 0 | 0.0010799994 | |
| 5681121 | 6 years ago | | | 0 | 0.00026449500 | |
| 5618318 | 7 years ago | | | 0 | 0.00098256500 |
ABI
ABI objects
Getter at block 21268364
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
COREX
owner() view returns (address)
0x1e99e19fcefcb00cce6cd1cdfe09b5b531168da6
sellPrice() view returns (uint256)
0
symbol() view returns (string)
COREX
totalSupply() view returns (uint256)
2500000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(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)
changeMintingState() returns (bool)
freezeAccount(address target, bool freeze)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
CanMint(bool _canMint)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.