Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Coil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098456 | 9 days ago | | | 0 | 0.00011152238 | |
| 21098454 | 9 days ago | | | 0 | 0.00016532131 | |
| 20962920 | a month ago | | | 0 | 0.00035543546 | |
| 20867488 | a month ago | | | 0 | 0.00016399908 | |
| 20757364 | 2 months ago | | | 0 | 0.000070990476 | |
| 20425816 | 3 months ago | | | 0 | 0.00017431894 | |
| 20297956 | 4 months ago | | | 0 | 0.00010048871 | |
| 20158305 | 5 months ago | | | 0 | 0.000098037138 | |
| 20158118 | 5 months ago | | | 0 | 0.00010782183 | |
| 20158117 | 5 months ago | | | 0 | 0.00011115470 |
ABI
ABI objects
Getter at block 21159518
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x7f0c14f2f72ca782eea2835b9f63d3833b6669ab
name() view returns (string)
Coil
owner() view returns (address)
0xa7123ce5f501b6ddff8eb323378dff744f21c359
rebasePaused() view returns (bool)
false
symbol() view returns (string)
COIL
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
160703347636647
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.