Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Earth | ERC-20 | 0.000965 | $45,367.00 |
$43.79 | |
SIMP | ERC-20 | 81.717212 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268105 | a day ago | | | 0 | 0.00033145946 | |
| 21268070 | a day ago | | | 0 | 0.00053621302 | |
| 21260436 | 2 days ago | | | 0 | 0.00046977268 | |
| 21259429 | 2 days ago | | | 0 | 0.00039905673 | |
| 21237647 | 5 days ago | | | 0 | 0.00091684913 | |
| 21236634 | 5 days ago | | | 0 | 0.00077878033 | |
| 21234985 | 6 days ago | | | 0 | 0.00050894184 | |
| 21231226 | 6 days ago | | | 0 | 0.00090523721 | |
| 21184972 | 13 days ago | | | 0 | 0.0015012680 | |
| 21175745 | 14 days ago | | | 0 | 0.0018425906 |
ABI
ABI objects
Getter at block 21275113
decimals() view returns (uint8)
18
earthFundTax() view returns (string)
1.5%
earthFundWallet() view returns (address)
0xda3e8fdf2ca1c6372dfcfa5f0c5a3df76e3946ae
maxBuySellLimit() view returns (uint256)
10000000000000000
maxWalletLimit() view returns (uint256)
20000000000000000
name() view returns (string)
PaleBlueDot
operationsTax() view returns (string)
0.5%
operationsWallet() view returns (address)
0x474a3f2c5420535c3cc0d93cfda34c59ad6d48a1
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Earth
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dexPairStatus(address) view returns (bool)
isExcludedFromMaxBuySellLimit(address) view returns (bool)
isExcludedFromMaxWalletLimit(address) view returns (bool)
isExcludedFromTax(address) view returns (bool)
pairToRouter(address) view returns (address)
routerToPair(address) view returns (address)
State-modifying
Events addNewDexRouter(address routerAddress)
approve(address spender, uint256 value) returns (bool)
changeEarthFundWallet(address newWallet)
changeOperationsWallet(address newWallet)
excludeFromMaxBuySellLimit(address account, bool status)
excludeFromMaxWalletLimit(address account, bool status)
excludeFromTax(address account, bool status)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EarthFundWalletChanged(address indexed oldWallet, address indexed newWallet)
MaxBuySellLimitExclusionUpdated(address indexed account, bool indexed status)
MaxWalletLimitExclusionUpdated(address indexed account, bool indexed status)
NewRouterAdded(address indexed routerAddress, address indexed pairAddress)
OperationsWalletChanged(address indexed oldWallet, address indexed newWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxExclusionUpdated(address indexed account, bool indexed status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)