Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pigeon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292222 | 4 days ago | | | 0 | 0.00035396469 | |
| 21045963 | a month ago | | | 0 | 0.0015408130 | |
| 21011531 | a month ago | | | 0 | 0.00030649796 | |
| 20840804 | 2 months ago | | | 0 | 0.00051657198 | |
| 20839062 | 2 months ago | | | 0 | 0.00057621086 | |
| 20817317 | 2 months ago | | | 0 | 0.00072087302 | |
| 20787228 | 2 months ago | | | 0 | 0.00089728116 | |
| 20786476 | 2 months ago | | | 0 | 0.00083837193 | |
| 20555901 | 3 months ago | | | 0 | 0.000047457942 | |
| 20452519 | 4 months ago | | | 0 | 0.00014342735 |
ABI
ABI objects
Getter at block 21319412
decimals() view returns (uint8)
18
limited() view returns (bool)
true
maxWallet() view returns (uint256)
150000000000000000000000000000
name() view returns (string)
Pigeon
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PIGEON
totalSupply() view returns (uint256)
10000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x25b1e88a1b30178e744296adbacd12afd4e945fb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPigeonRule(bool _limited, address _uniswapV2Pair, uint256 _maxWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.