Ethanol
Verified contract
Active on
Ethereum with 3,384 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 "Ethanol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980492 | a month ago | | | 0 | 0.00041499437 | |
| 20525093 | 3 months ago | | | 0 | 0.00012299519 | |
| 20510878 | 4 months ago | | | 0 | 0.00014192670 | |
| 20320076 | 4 months ago | | | 0 | 0.00027586611 | |
| 20295270 | 5 months ago | | | 0 | 0.000037146726 | |
| 20143494 | 5 months ago | | | 0 | 0.000063715780 | |
| 19835090 | 7 months ago | | | 0 | 0.00017934373 | |
| 19660304 | 7 months ago | | | 0 | 0.00036329113 | |
| 18910613 | a year ago | | | 0 | 0.00038430724 | |
| 18769148 | a year ago | | | 0 | 0.0018175183 |
ABI
ABI objects
Getter at block 21285077
decimals() view returns (uint8)
18
name() view returns (string)
Ethanol
owner() view returns (address)
0x1fa1000272ec1241cf53dbf7e5577d3c94003bb6
symbol() view returns (string)
ENOL
totalBurnt() view returns (uint256)
0
totalSupply() view returns (uint256)
10000000000000000000000
wallet() view returns (address)
0x3a2fb39f16afa7f745375d4181e80ee9f962ea90
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _wallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.