Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($211.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PYUSD | ERC-20 | 124.90034 | $0.997193 |
$124.55 | |
TOTO | ERC-20 | 43.647395B | $0.00 |
$87.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158886 | 2 hours ago | | | 0 | 0.0013429138 | |
| 21158191 | 4 hours ago | | | 0 | 0.0013390589 | |
| 21154715 | 16 hours ago | | | 0 | 0.00047049358 | |
| 21153508 | 20 hours ago | | | 0 | 0.00065525074 | |
| 21153488 | 20 hours ago | | | 0 | 0.0014214389 | |
| 21153430 | 20 hours ago | | | 0 | 0.0010152324 | |
| 21153385 | 20 hours ago | | | 0 | 0.00051364271 | |
| 21152148 | a day ago | | | 0 | 0.00043362112 | |
| 21151897 | a day ago | | | 0 | 0.00055908397 | |
| 21151085 | a day ago | | | 0 | 0.00047034891 |
ABI
ABI objects
Getter at block 21159457
decimals() pure returns (uint8)
9
getAllPending() view returns (uint256)
28058173910023321161
getSwapThresholdAmount() view returns (uint256)
59246396082915069569
maxBuyAmount() view returns (uint256)
3600000000000000000000
maxSellAmount() view returns (uint256)
3600000000000000000000
maxTransferAmount() view returns (uint256)
3600000000000000000000
maxWalletAmount() view returns (uint256)
3600000000000000000000
moonwalletAddress() view returns (address)
0xc479488194c8ddcb9e30971ee5492ffbf482cec9
name() view returns (string)
TOTO
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x5008d39f997468057947fd370a6a8c1786a27d71
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
TOTO
totalSupply() view returns (uint256)
120000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
moonwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
moonwalletAddressSetup(address _newAddress)
moonwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxTransferAmount(uint256 _maxTransferAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxTransferAmountUpdated(uint256 maxTransferAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
moonwalletAddressUpdated(address moonwalletAddress)
moonwalletFeeSent(address recipient, uint256 amount)
moonwalletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.