PaleBlueDot

Verified contract

Active on Ethereum with 1,417 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 $5.39
ERC-20
--
0x535f916174c13aba7133120b4c04bd3f39fc43113b56e802f309b92b16a6d265
0x0d525048a3ff4d05b32bad70008f4e92ff0e1a832fe9cb5bfc234589036a40fd
0x373ca4ea0c737ef320e71d05775583c4e55d01188be7a7665857a7c562f56f92
0x62707ba58c4cc0c291617f3485248913ae139f3e1fda235fdbc70c35efb77c66
0x982917106134afd021aaab92f6eef180ab4ac6120ec9c8047e5ca10318fb61a8
0x273a289c029ca764c78ab45d3c48ad77be97e5a5841f65c29e549274215f4c1d
0x770274491638cbca98eb96e5e6bbca79e9939ae951c108ceabf29211dce64f87
0xf2e5bdb477dde3af83fe1b2fbada01a5f53cfd6f0181bf46d469b4641474976a
0x898ada723a76816c2da3d11b7fc3f90d90701b4d06344c8b6d99e62106f4e51b
0x79aab168400299b6fc8a898f5c8923ea30eba568b2c43eb29e30a9981216f430

Functions
Getter at block 20908610
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