Koala life Coin
Verified contract
Active on
Ethereum with 10,284 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 "Koala life Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8775958 | 5 years ago | | | 0 | 0.0015723090 | |
| 8715126 | 5 years ago | | | 0 | 0.000076826000 | |
| 8478699 | 5 years ago | | | 0 | 0.000050984000 | |
| 8478663 | 5 years ago | | | 0 | 0.000076826000 | |
| 8258332 | 5 years ago | | | 0 | 0.000038413000 | |
| 7844555 | 5 years ago | | | 0 | 0.000038413000 | |
| 7830014 | 6 years ago | | | 0 | 0.00018746800 | |
| 7641403 | 6 years ago | | | 0 | 0.00018746800 | |
| 7487726 | 6 years ago | | | 0 | 0.00018746800 | |
| 7366872 | 6 years ago | | | 0 | 0.0015749330 |
ABI
ABI objects
Getter at block 21274748
decimals() view returns (uint8)
18
lockFlag() view returns (bool)
true
name() view returns (string)
Koala life Coin
owner() view returns (address)
0x202f00320d1584ffc864316435464dc6e24b91b9
symbol() view returns (string)
KALC
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addLock(address _addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
disableLock(bool _enable) returns (bool success)
enableTransfer(bool _enable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
redeem()
removeLock(address _addr) returns (bool success)
setExclude(address _addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AddLock(address indexed _addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
LogRedeem(address beneficiary, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveLock(address indexed _addr)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.