Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($2,083.43)
Native
Value
$1,089.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.346754 | $3,142.30 |
$1,089.61 | |
wTAO | ERC-20 | 1.776022 | $556.47 |
$988.3 | |
TPAD | ERC-20 | 62.235258 | $0.088791 |
$5.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160764 | 7 hours ago | | | 0 | 0.0029694645 | |
| 21147583 | 2 days ago | | | 0 | 0.00015282111 | |
| 21147583 | 2 days ago | | | 0 | 0.00015319689 | |
| 21137675 | 4 days ago | | | 0 | 0.00054621619 | |
| 21137411 | 4 days ago | | | 0 | 0.00050878880 | |
| 21134707 | 4 days ago | | | 0 | 0.00025453352 | |
| 21115330 | 7 days ago | | | 0 | 0.00023103847 | |
| 21102716 | 8 days ago | | | 0 | 0.00010736440 | |
| 21096264 | 9 days ago | | | 0 | 0.00012038579 | |
| 21071716 | 13 days ago | | | 0 | 0.00058764779 |
ABI
ABI objects
Getter at block 21162912
buyFee() view returns (uint24)
500
deadBlocks() view returns (uint8)
1
decimals() view returns (uint8)
18
emittedRewards() view returns (uint256)
0
emittedRewardsAcc() view returns (uint256)
0
feeDenominator() view returns (uint24)
10000
lastEmittingBlock() view returns (uint256)
19602018
marketingFee() view returns (uint24)
8000
maxMarketingFee() view returns (uint24)
8000
maxSwapFee() view returns (uint24)
3000
maxWallet() view returns (uint256)
10000000000000000000000
name() view returns (string)
Taopad
operator() view returns (address)
0x98915686e23032a1d3b8596badd7fadf147d5c00
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolFee() view returns (uint24)
0
remainingRewards() view returns (uint256)
0
rewardBalance() view returns (uint256)
0
rewardToken() view returns (address)
0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44
rewardTokenPerBlock() view returns (uint256)
0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint24)
500
startBlock() view returns (uint256)
18787379
swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
symbol() view returns (string)
TPAD
totalRewardClaimed() view returns (uint256)
498405973175
totalRewardDistributed() view returns (uint256)
500181995095
totalShares() view returns (uint256)
166470232292250453970882
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isOptin(address) view returns (bool)
pairs(address) view returns (bool)
pendingRewards(address addr) view returns (uint256)
State-modifying
Events allocate(address to, uint256 amount)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claim(address to)
createAmmPairWith(address token)
distribute(uint256 amountOutMinimum)
initialize() payable
recordAmmPairWith(address token)
removeFromBlacklist(address addr)
removeLimits()
renounceOwnership()
resetEmittedRewardsUnsafe()
rewardOptin()
rewardOptout()
setFee(uint24 _buyFee, uint24 _sellFee, uint24 _marketingFee)
setOperator(address _operator)
setPoolFee(uint24 _poolFee)
setRewardTokenPerBlock(uint256 _rewardTokenPerBlock)
setRewardTokenPerBlockUnsafe(uint256 _rewardTokenPerBlock)
swapCollectedTax(uint256 amountOutMin)
sweep(address otherToken)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AddToBlacklist(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed addr, address indexed to, uint256 amount)
Distribute(address indexed addr, uint256 amount)
OptIn(address addr)
OptOut(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFromBlacklist(address addr)
Sweep(address indexed addr, address indexed token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)