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 |
---|---|---|---|---|---|
CLIQ | ERC-20 | 528.75721 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20671006 | 3 months ago | | | 0 | 0.00012001920 | |
| 20671005 | 3 months ago | | | 0 | 0.00011973120 | |
| 19821683 | 7 months ago | | | 0 | 0.00045481670 | |
| 19763186 | 7 months ago | | | 0 | 0.00023237879 | |
| 19199956 | 10 months ago | | | 0 | 0.00070837189 | |
| 19170622 | 10 months ago | | | 0 | 0.0015481585 | |
| 19132088 | 10 months ago | | | 0 | 0.00095823633 | |
| 19022162 | 10 months ago | | | 0 | 0.00089631332 | |
| 18943586 | a year ago | | | 0 | 0.00078195902 | |
| 18860205 | a year ago | | | 0 | 0.00060855126 |
ABI
ABI objects
Getter at block 21304496
bondingContract() view returns (address)
0x8ea78ca69580ea014589aa249d97f2cbc592b9ea
decimals() view returns (uint8)
18
live() view returns (bool)
true
name() view returns (string)
Cycliq
owner() view returns (address)
0x2f8a8d1ff10dfe73f5dd0ee5cfc4c98653ce3cdd
symbol() view returns (string)
CLIQ
totalSupply() view returns (uint256)
2173267972092338507811249416
uniV2EthPool() view returns (address)
0x070e0dc880fb7759a1a6755bbc8c375d35bfbc12
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
botList(address) view returns (bool)
isInternal(address) view returns (bool)
isPool(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
cleanup(uint256 amount)
decreaseAllowance(address spender, uint256 requestedDecrease) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setBondingContract(address _bondingContract)
setInternal(address wallet, bool flag)
setLive()
setPool(address pool, bool flag)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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()
receive()
ERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)