colR Coin
Verified contract
Active on
Ethereum with 1,532 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.09)
Native
Value
$0.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000027 | $3,216.15 |
$0.09 | |
COLR | ERC-20 | 66.853K | -- | -- | |
COLR | ERC-20 | 66.853K | -- | -- | |
$colR | ERC-20 | 66.852152K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20244709 | 4 months ago | | | 0 | 0.00013277341 | |
| 20200211 | 4 months ago | | | 0 | 0.000046381090 | |
| 19898899 | 6 months ago | | | 0 | 0.00024612119 | |
| 19002642 | 10 months ago | | | 0 | 0.00084913478 | |
| 18588310 | a year ago | | | 0 | 0.00059162464 | |
| 18551630 | a year ago | | | 0 | 0.00068297908 | |
| 18438031 | a year ago | | | 0 | 0.00037338297 | |
| 18412677 | a year ago | | | 0 | 0.00094274207 | |
| 18213066 | a year ago | | | 0 | 0.00068515048 | |
| 18145700 | a year ago | | | 0 | 0.00020497803 |
ABI
ABI objects
Getter at block 21158522
_floorAddress() view returns (address)
0x1f5b786ee96b4e28b1863e7b1db6305157b59e83
_floorFee() view returns (uint256)
0
_liquidityFee() view returns (uint256)
0
_marketingFee() view returns (uint256)
0
_marketingWalletAddress() view returns (address)
0x2876808671b98575df121ec59cf46d459171623d
_maxWalletBalance() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
isOpen() view returns (bool)
true
name() view returns (string)
colR Coin
numTokensSellToAddToLiquidity() view returns (uint256)
50000000000000000000000
owner() view returns (address)
0x5292d370c0ff8caab4ebb13959ac5aaf8855e25e
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
$colR
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xacffa9649bb201b48fcfbbfa72a1857479a340d3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events airdrop(address[] wallets, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
includeToWhiteList(address _users, bool _trueFalse)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrade(bool value)
renounceOwnership()
setFloorFeePercent(uint256 floorFee)
setFloorWalletAddress(address _addr)
setLiquidityFeePercent(uint256 taxFee)
setMarketingFeePercent(uint256 devFee)
setMarketingWalletAddress(address _addr)
setMaxBalance(uint256 maxBalancePercent)
setNumTokensSellToAddToLiquidity(uint256 amount)
setRouterAddress(address newRouter)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckedFunds(uint256 amount)
withdrawStuckedTokens(address tokenAddress, uint256 tokens) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.