TzLibre Token
Verified contract
Active on
Ethereum with 1,437 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 "TzLibre Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10821188 | 4 years ago | | | 0 | 0.0031920140 | |
| 10821183 | 4 years ago | | | 0 | 0.0031920140 | |
| 10442897 | 4 years ago | | | 0 | 0.00066565170 | |
| 10185082 | 4 years ago | | | 0 | 0.0014796820 | |
| 10159645 | 4 years ago | | | 0 | 0.0014783140 | |
| 10137201 | 4 years ago | | | 0 | 0.00077878000 | |
| 10137004 | 4 years ago | | | 0 | 0.00085891675 | |
| 10103673 | 5 years ago | | | 0 | 0.0014018040 | |
| 10103553 | 5 years ago | | | 0 | 0.0019977053 | |
| 10103493 | 5 years ago | | | 0 | 0.0014013720 |
ABI
ABI objects
Getter at block 21255793
cap() view returns (uint256)
607489040890000000000000000
cap_() view returns (uint256)
607489040890000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
TzLibre Token
owner() view returns (address)
0xcae94ccffe86269053aa135d4c214699cd2f48f9
paused() view returns (bool)
false
symbol() view returns (string)
TZL
totalSupply() view returns (uint256)
10916445776064887975784720
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
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.