Libes Token
Verified contract
Active on
Ethereum with 247 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 "Libes Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083064 | 11 days ago | | | 0 | 0.00048747979 | |
| 21083023 | 11 days ago | | | 0 | 0.00045478013 | |
| 21082756 | 11 days ago | | | 0 | 0.00047202438 | |
| 21082577 | 11 days ago | | | 0 | 0.00044086692 | |
| 21066573 | 13 days ago | | | 0 | 0.00058728556 | |
| 21049445 | 16 days ago | | | 0 | 0.00025519582 | |
| 21043368 | 17 days ago | | | 0 | 0.00072030888 | |
| 21042462 | 17 days ago | | | 0 | 0.00037658923 | |
| 21042403 | 17 days ago | | | 0 | 0.00026192056 | |
| 20985726 | 25 days ago | | | 0 | 0.00097261714 |
ABI
ABI objects
Getter at block 21163090
Optimization() view returns (uint256)
10231200353411441182800922199123065
Pause() view returns (bool)
false
_owner() view returns (address)
0x35a341a144b1bb18b2ac800b9c2219e9ed123065
decimals() view returns (uint256)
18
name() view returns (string)
Libes Token
owner() view returns (address)
0x35a341a144b1bb18b2ac800b9c2219e9ed123065
symbol() view returns (string)
LIBS
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setPause(bool value)
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(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.