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 "Popeye"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17347186 | 2 years ago | | | 0 | 0.0021002850 | |
| 17347179 | 2 years ago | | | 0 | 0.0010665790 | |
| 17347160 | 2 years ago | | | 0 | 0.0011455528 | |
| 17347160 | 2 years ago | | | 0 | 0.0011455528 | |
| 17347160 | 2 years ago | | | 0 | 0.0011455528 | |
| 17347150 | 2 years ago | | | 0 | 0.0011081990 | |
| 17347149 | 2 years ago | | | 0 | 0.00068961429 | |
| 17347140 | 2 years ago | | | 0 | 0.0025962016 | |
| 17347134 | 2 years ago | | | 0 | 0.0010661566 | |
| 17347117 | 2 years ago | | | 0 | 0.0013997692 |
ABI
ABI objects
Getter at block 21296931
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
4530303030
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Popeye
owner() view returns (address)
0x587af291c9e81c6bc6911df5bf3d5abe83ee344b
symbol() view returns (string)
Popeye
totalSupply() view returns (uint256)
696969696969000000000000000000
uniswapV2Pair() view returns (address)
0x8ee34b0cc5f08041c44117d3413db280eebb323c
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)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
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.