Pigeon Park
Verified contract
Active on
Ethereum with 763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($58.96)
Native
Value
$58.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017448 | $3,379.43 |
$58.96 | |
PGENZ | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237799 | 2 days ago | | | 0 | 0.0012455109 | |
| 21213842 | 5 days ago | | | 0 | 0.00066395001 | |
| 21160382 | 12 days ago | | | 0 | 0.00081504030 | |
| 21130596 | 17 days ago | | | 0 | 0.00097318124 | |
| 20956302 | a month ago | | | 0 | 0.00020507197 | |
| 20735398 | 2 months ago | | | 0 | 0.00096367364 | |
| 20702556 | 2 months ago | | | 0 | 0.00014209858 | |
| 20671056 | 3 months ago | | | 0 | 0.00023031634 | |
| 20660193 | 3 months ago | | | 0 | 0.000053356568 | |
| 20658831 | 3 months ago | | | 0 | 0.00012731968 |
ABI
ABI objects
Getter at block 21249336
antiWhale() view returns (bool)
false
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
maxBuy() view returns (uint256)
50000000000000000000000000000
name() view returns (string)
Pigeon Park
owner() view returns (address)
0x0000000000000000000000000000000000000000
saleTax() view returns (uint256)
20
symbol() view returns (string)
PGENZ
totalSupply() view returns (uint256)
100000000000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xa423cbcf2a04ac38dfd10e53876b2208b5459275
Read-only
_calculateTax(uint256 amount) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changePairAddress(address pair)
changeRouterAddress(address router)
disableMaxbuyLimit()
openTrading()
renounceOwnership()
setMaxBuy(uint256 _maxBuy)
setbuyandselltax(uint256 _buyTax, uint256 _saleTax)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxWallet, string name, string symbol)
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)