Peter Pan
Verified contract
Active on
Ethereum with 2,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a29…fb90
Balances ($0.00)
No balances found for "Peter Pan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283495 | 3 days ago | | | 0 | 0.00021558415 | |
| 21281732 | 3 days ago | | | 0 | 0.0010212085 | |
| 21248271 | 8 days ago | | | 0 | 0.00044870883 | |
| 21169949 | 19 days ago | | | 0 | 0.0011288310 | |
| 20975284 | a month ago | | | 0 | 0.00061932366 | |
| 20960200 | 2 months ago | | | 0 | 0.00048734024 | |
| 20942872 | 2 months ago | | | 0 | 0.0034016087 | |
| 20942867 | 2 months ago | | | 0 | 0.0029857540 | |
| 20940858 | 2 months ago | | | 0 | 0.00031706400 | |
| 20850268 | 2 months ago | | | 0 | 0.00055006720 |
ABI
ABI objects
Getter at block 21302608
burnRate() view returns (uint256)
0
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x2a2982864042fe3cb20ee0b79a114139f628fb90
maxBuy() view returns (uint256)
40000000000000000000000000
maxTransferAmount() view returns (uint256)
420000000000000000000000000
name() view returns (string)
Peter Pan
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PAN
taxRate() view returns (uint256)
0
tokensPerETH() view returns (uint256)
0
totalSupply() view returns (uint256)
469000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
buy() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnRate(uint256 _burnRate)
setMaxBuy(uint256 _maxBuy)
setMaxTransferAmount(uint256 _maxTransferAmount)
setTaxRate(uint256 _taxRate)
setTokensPerETH(uint256 rate)
setUniswapV2Router(address _router)
setWhitelist(address[] buyers, bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.