Wrapped PAW
Verified contract
Active on
Ethereum with 4,594 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,788.74)
Native
Value
$977.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.28898 | $3,382.57 |
$977.49 | |
wPAW | ERC-20 | 90.138696B | $0.00 |
$811.25 | |
PAW | ERC-20 | 433.846019B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270203 | 2 hours ago | | | 0 | 0.00034899431 | |
| 21270198 | 2 hours ago | | | 0 | 0.00035739242 | |
| 21269738 | 3 hours ago | | | 0 | 0.00027864473 | |
| 21269652 | 3 hours ago | | | 0 | 0.00023709602 | |
| 21269512 | 4 hours ago | | | 0 | 0.00024465733 | |
| 21269491 | 4 hours ago | | | 0 | 0.00015305374 | |
| 21269442 | 4 hours ago | | | 0 | 0.00028153933 | |
| 21269383 | 4 hours ago | | | 0 | 0.00027483745 | |
| 21269257 | 5 hours ago | | | 0 | 0.00025172781 | |
| 21269198 | 5 hours ago | | | 0 | 0.00028895424 |
ABI
ABI objects
Getter at block 21270663
TreasuryWallet() view returns (address)
0x504c19c8cd55b866ddbfd3e4acff1205e9c869f9
_owner() view returns (address)
0x67bca38dc7816d79aec562305a83eef5c597bf6f
buyingTax() view returns (uint256)
10
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped PAW
owner() view returns (address)
0x67bca38dc7816d79aec562305a83eef5c597bf6f
sellingTax() view returns (uint256)
10
symbol() view returns (string)
wPAW
thresholdAmountToSendTax() view returns (uint256)
100000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x54d094a26e6b021e719bd7cfc0cf332c68b78e05
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLpPair(address pair, bool enabled)
setTaxes(uint256 _buyTax, uint256 _sellTax)
setThresholdToSendTax(uint256 _newThresholdToSend)
setTreasuryWallet(address _newTreasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
onOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.