Olea Token
Verified contract
Active on
Ethereum with 12,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Olea Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218623 | 21 minutes ago | | | 0 | 0.00069593330 | |
| 21218614 | 23 minutes ago | | | 0 | 0.00069577344 | |
| 21218213 | 2 hours ago | | | 0 | 0.00050253072 | |
| 21218168 | 2 hours ago | | | 0 | 0.00062218719 | |
| 21211941 | a day ago | | | 0 | 0.00037025841 | |
| 21211922 | a day ago | | | 0 | 0.00047824814 | |
| 21211888 | a day ago | | | 0 | 0.00055338722 | |
| 21210521 | a day ago | | | 0 | 0.00066135527 | |
| 21208440 | a day ago | | | 0 | 0.00073006180 | |
| 21199633 | 3 days ago | | | 0 | 0.00062271883 |
ABI
ABI objects
Getter at block 21218727
decimals() view returns (uint8)
18
name() view returns (string)
Olea Token
symbol() view returns (string)
OLEA
totalSupply() view returns (uint256)
900000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.