GREEN CANDLE
Verified contract
Active on
Ethereum with 52 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "GREEN CANDLE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15136323 | 2 years ago | | | 0 | 0.0010548691 | |
| 15133630 | 2 years ago | | | 0 | 0.0013198112 | |
| 15132482 | 2 years ago | | | 0 | 0.00099709694 | |
| 15132378 | 2 years ago | | | 0 | 0.00098539177 | |
| 15132374 | 2 years ago | | | 0 | 0.00085080726 | |
| 15132360 | 2 years ago | | | 0 | 0.00075151298 | |
| 15132354 | 2 years ago | | | 0 | 0.00061587516 | |
| 15132342 | 2 years ago | | | 0 | 0.00056743215 | |
| 15132320 | 2 years ago | | | 0 | 0.00098875848 | |
| 15132315 | 2 years ago | | | 0 | 0.00085282718 |
ABI
ABI objects
Getter at block 21276948
_burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
_liquidityFee() view returns (uint256)
0
_lockTime() view returns (uint256)
0
_marketingFee() view returns (uint256)
0
_marketingWalletAddress() view returns (address)
0x2bd36fd1346804a76f1640bafd7b5ce4031a3ea3
_maxWallet() view returns (uint256)
600000000000000000
_taxFee() view returns (uint256)
0
decimals() view returns (uint256)
9
name() view returns (string)
GREEN CANDLE
numTokensSellToAddToLiquidity() view returns (uint256)
1000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
WICK
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
10000000000000000000
uniswapV2Pair() view returns (address)
0x5e32fc14ca028fee07f9f73a131cd49d43686953
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)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setBuyFeePercent(uint256 tFee, uint256 lFee, uint256 mFee)
setMarketingWalletAddress(address _addr)
setMaxWallet(uint256 maxWallet)
setNumTokensSellToAddToLiquidity(uint256 amount)
setRouterAddress(address newRouter)
setSellFeePercent(uint256 tFee, uint256 lFee, uint256 mFee)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
withdrawStuckedFunds(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxWalletUpdated(uint256 newMaxWallet)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.