Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOT | ERC-20 | 21.321158K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2354035 | a year ago | | | 0 | 0.00022014751 | |
| 2354017 | a year ago | | | 0 | 0.000043248002 | |
| 2353604 | a year ago | | | 0 | 0.00033910501 | |
| 2353584 | a year ago | | | 0 | 0.00010771650 | |
| 2353532 | a year ago | | | 0 | 0.000043248002 | |
| 2353521 | a year ago | | | 0 | 0.000095161504 | |
| 2150763 | a year ago | | | 0 | 0.000069573003 | |
| 2150754 | a year ago | | | 0 | 0.000069969003 | |
| 2150722 | a year ago | | | 0 | 0.000069969003 | |
| 2149602 | a year ago | | | 0 | 0.000069555003 |
ABI
ABI objects
Getter at block 22755987
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
buyTax() view returns (uint16)
500
cashoutFee() view returns (uint256)
10
decimals() view returns (uint8)
18
isTradingEnabled() view returns (bool)
true
liquidityPoolFee() view returns (uint256)
20
maxBalanceAmount() view returns (uint256)
2600000264446444444444444
maxBalanceAmountRate() view returns (uint16)
20000
maxTransferAmount() view returns (uint256)
2600000264446444444444444
maxTransferAmountRate() view returns (uint16)
20000
name() view returns (string)
Loot
owner() view returns (address)
0x0433718367e3e704a24a38bfd0e12848926063e3
rewardsFee() view returns (uint256)
30
rewardsPool() view returns (address)
0x004c48f134d1a620925efe18edc0d9e037441dc6
rocketPair() view returns (address)
0xfff2a6b1aad076e8edd0182be31cab3d297ebff5
rocketRouterAddress() view returns (address)
0x4cf76043b3f97ba06917cbd90f9e3a2aac1b306e
sellTax() view returns (uint16)
1000
swapLiquifyEnabled() view returns (bool)
false
swapTokensAmount() view returns (uint256)
5000000000000000000
symbol() view returns (string)
LOOT
teamPool() view returns (address)
0x8e07bc45d3f2fbf7f35cafb0be74f257d87d3957
teamPoolFee() view returns (uint256)
20
totalClaimed() view returns (uint256)
0
totalFees() view returns (uint256)
70
totalSupply() view returns (uint256)
1300000144445444444444444
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isExcludedFromAntiWhale(address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
burn(address account, uint256 amount)
cashoutAll()
cashoutReward(uint256 blocktime)
compoundchestsRewards(uint256 blocktime)
createchestsWithTokens(uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate(address[] addresses_, uint256[] balances_)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setExcludedFromAntiWhale(address _account, bool _excluded)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint16 value)
updateCashoutFee(uint256 newVal)
updateIsTradingEnabled(bool newVal)
updateLiquidityFee(uint256 newVal)
updateMaxTransferAmountRate(uint16 _maxTransferAmountRate)
updateRewardsFee(uint256 newVal)
updateRewardsPool(address newVal)
updateRwSwapFee(uint256 newVal)
updateSellTax(uint16 value)
updateSwapLiquify(bool newVal)
updateSwapTokensAmount(uint256 newVal)
updateTeamFee(uint256 newVal)
updateTeamPool(address newVal)
updatemaxBalanceAmountRate(uint16 _maxBalanceAmountRate)
updaterocketRouterAddress(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Cashout(address indexed account, uint256 amount, uint256 indexed blockTime)
Compound(address indexed account, uint256 amount, uint256 indexed blockTime)
LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet)
MaxTransferAmountRateUpdated(address indexed operator, uint256 previousRate, uint256 newRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdaterocketRouter(address indexed newAddress, address indexed oldAddress)
maxBalanceAmountRateUpdated(address indexed operator, uint256 previousRate, uint256 newRate)
constructor(address[3] addresses, uint8[5] fees, uint256 swapAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.