Earth

Verified contract

Active on Ethereum with 1,448 txns
Deployed by via 0xbd4e21d3 at 19612338
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $43.79
ERC-20
--
0x4fc370109968120fdef3199737b5a360c640da4380754b1186410af375f09696
0x3d833bcdd9205eadb7f33159f9625e29d485d1c694a83e378e19d6c28825c657
0x6f45d4a307bcdc7cfd23093dc152c4136371da99f1df361c5563cbb5b30dae66
0xc131de49e15f95140dd52757c673fd6a1e6811c83d4bb575ffce8ef7ba67b01d
0xf3c5fb4852a78b57f2e45b0cfbffad8c2b9d8c9a1a143f6bd88f3d3f02e1988a
0x2f5017461a872a11ac256580f1c3c55699a67161684849033f01d4cca4866968
0x54921bd50aab29b0cd00ff70254854e23070af54d59be474f797f587f1fb136a
0xb093c6e15de12f6a752bb05ad086467099c1e155b1aefea0238d4e9e27efc95d
0xcd1177ddabb6a0d3cea7615de44040e5c06e1d7e93cf53c6a455a03017b40dde
0xa8d194220abb8d84a7c08d84a1d053e41716a198c957a7b8bfa822bb822a61d7

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
dexPairStatus(addressview returns (bool)
isExcludedFromMaxBuySellLimit(addressview returns (bool)
isExcludedFromMaxWalletLimit(addressview returns (bool)
isExcludedFromTax(addressview returns (bool)
pairToRouter(addressview returns (address)
routerToPair(addressview returns (address)
State-modifying
addNewDexRouter(address routerAddress
approve(address spenderuint256 valuereturns (bool)
changeEarthFundWallet(address newWallet
changeOperationsWallet(address newWallet
excludeFromMaxBuySellLimit(address accountbool status
excludeFromMaxWalletLimit(address accountbool status
excludeFromTax(address accountbool status
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EarthFundWalletChanged(address indexed oldWalletaddress indexed newWallet
MaxBuySellLimitExclusionUpdated(address indexed accountbool indexed status
MaxWalletLimitExclusionUpdated(address indexed accountbool indexed status
NewRouterAdded(address indexed routerAddressaddress indexed pairAddress
OperationsWalletChanged(address indexed oldWalletaddress indexed newWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TaxExclusionUpdated(address indexed accountbool indexed status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account