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 |
---|---|---|---|---|---|
COIL | ERC-20 | 30.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13391603 | 3 years ago | | | 0 | 0.0062760529 | |
| 13076031 | 3 years ago | | | 0 | 0.0022413150 | |
| 11718715 | 4 years ago | | | 0 | 0.0035322540 | |
| 11608541 | 4 years ago | | | 0 | 0.0077038000 | |
| 9689976 | 5 years ago | | | 0 | 0.00028889250 | |
| 9045700 | 5 years ago | | | 0 | 0.000037511000 | |
| 7976327 | 5 years ago | | | 0 | 0.00026654766 | |
| 7920837 | 5 years ago | | | 0 | 0.00075150000 | |
| 7458570 | 6 years ago | | | 0 | 0.00026508375 | |
| 7069754 | 6 years ago | | | 0 | 0.00060461250 |
ABI
ABI objects
Getter at block 21280886
decimals() pure returns (uint8 _decimals)
8
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
CoinOil
owner() view returns (address)
0xfe0880a1ccf3c35287ab37f08f997250cf8534c0
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
COIL
totalSupply() view returns (uint256)
200000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.