Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($821.82)
Native
Value
$821.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.213512 | $3,849.05 |
$821.82 | |
LAZY | ERC-20 | 18M | -- | -- | |
NICKEL | ERC-20 | 1.576128M | -- | -- | |
NICKEL | ERC-20 | 381.278596K | -- | -- | |
UNI-V2 | ERC-20 | 0.006086 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20856484 | 2 months ago | | | 0 | 0.00023073920 | |
| 19079650 | 10 months ago | | | 0 | 0.00026128852 | |
| 18970350 | a year ago | | | 0 | 0.00053991511 | |
| 16997927 | 2 years ago | | | 0 | 0.00080066436 | |
| 16801581 | 2 years ago | | | 0 | 0.0031590107 | |
| 16651146 | 2 years ago | | | 0 | 0.0052274636 | |
| 16289431 | 2 years ago | | | 0 | 0.00039510121 | |
| 14779261 | 3 years ago | | | 0 | 0.0014630619 | |
| 13787217 | 3 years ago | | | 0 | 0.0046024793 | |
| 13590103 | 3 years ago | | | 0 | 0.0092450179 |
ABI
ABI objects
Getter at block 21331379
CHARITY_WALLET() view returns (address)
0x0e1ecb720ab2ed8e531a137ddf8c2eb5380e9ffb
DROP_DIVISOR() view returns (uint256)
100
_burnRate() view returns (uint256)
200
_liquidityFee() view returns (uint256)
200
_taxFee() view returns (uint256)
150
_totalBurned() view returns (uint256)
10292895631835653449443127
charityFee() view returns (uint256)
150
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
name() view returns (string)
Nickel
owner() view returns (address)
0x0e1ecb720ab2ed8e531a137ddf8c2eb5380e9ffb
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
NICKEL
totalDonated() view returns (uint256)
1203508973876740087081938
totalFees() view returns (uint256)
1161386159791054184034026
totalSupply() view returns (uint256)
66707104368164346550556873
uniswapV2Pair() view returns (address)
0xb418ae8fe41e059cb34a344bcde558c48b67e85c
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)
burn(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()
setBurnRate(uint256 amount)
setCharityFee(uint256 amount)
setCharityWallet(address _charityWallet)
setDropDivisor(uint256 _DROP_DIVISOR)
setLiquidityFeePercent(uint256 liquidityFee)
setLiquifyAmount(uint256 amount)
setPair(address _uniswapV2Pair)
setRouter(address routerAddress)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferXS(address recipient)
unlock()
withdrawAnyToken(address _recipient, address _ERC20address, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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.