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 "Pama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270294 | 5 days ago | | | 0 | 0.00019136583 | |
| 21055942 | a month ago | | | 0 | 0.00028181670 | |
| 21055874 | a month ago | | | 0 | 0.00026771951 | |
| 21037798 | a month ago | | | 0 | 0.00031997357 | |
| 21037797 | a month ago | | | 0 | 0.00032050224 | |
| 20394603 | 4 months ago | | | 0 | 0.00013269478 | |
| 20110244 | 5 months ago | | | 0 | 0.00018609797 | |
| 19635131 | 8 months ago | | | 0 | 0.00096654945 | |
| 19504800 | 8 months ago | | | 0 | 0.0010306686 | |
| 18418985 | a year ago | | | 0 | 0.00037632947 |
ABI
ABI objects
Getter at block 21307636
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
feeAddress() view returns (address)
0x49acaa878033ebcead9c86ce3d4e0fa8050f8d1f
name() view returns (string)
Pama
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellFee() view returns (uint256)
0
symbol() view returns (string)
Pama
totalSupply() view returns (uint256)
100000000000000000000000000000000
uniswapV2Pair() view returns (address)
0xbcb095c1f9c3dc02e834976706c87dee5d0f1fb6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
updateData(uint256 _buyFee, uint256 _sellFee, address _feeAddress)
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(string _name, string _symbol, uint256 _totalSupply, uint256 _buyFee, uint256 _sellFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.