Colu Local Network
Verified contract
Active on
Ethereum with 4,765 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CLN | ERC-20 | 2.72018K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905893 | 2 months ago | | | 0 | 0.00026594423 | |
| 20586357 | 3 months ago | | | 0 | 0.000051634000 | |
| 20385966 | 4 months ago | | | 0 | 0.00026967177 | |
| 18789416 | a year ago | | | 0 | 0.0011492082 | |
| 17029272 | 2 years ago | | | 0 | 0.0011349590 | |
| 16879417 | 2 years ago | | | 0 | 0.00083454351 | |
| 16859567 | 2 years ago | | | 0 | 0.00068492384 | |
| 15683911 | 2 years ago | | | 0 | 0.00085268213 | |
| 15277107 | 2 years ago | | | 0 | 0.0015269737 | |
| 13261416 | 3 years ago | | | 0 | 0.0033577700 |
ABI
ABI objects
Getter at block 21257243
decimals() view returns (uint8)
18
isTransferable() view returns (bool)
true
name() view returns (string)
Colu Local Network
newOwnerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa76e676c9cdc7aa2ab12b3ec4dd4c2be9a6774aa
symbol() view returns (string)
CLN
totalSupply() view returns (uint256)
1540701333592592592592614116
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
makeTokensTransferable()
requestOwnershipTransfer(address _newOwnerCandidate)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRequested(address indexed _by, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
TokensTransferable()
Transfer(address indexed from, address indexed to, uint256 value)
TransferAndCall(address indexed from, address indexed to, uint256 value, bytes data)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.