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 "Patentigo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14507764 | 6 months ago | | | 0 | 0.0000028682600 | |
| 14503430 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503429 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503387 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503385 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503343 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503342 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503299 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503298 | 6 months ago | | | 0 | 0.0000028436162 | |
| 14503255 | 6 months ago | | | 0 | 0.0000016286826 |
ABI
ABI objects
Getter at block 23077296
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Patentigo
owner() view returns (address)
0x4beb7019e702e9ac0e2b085e5dd019b03c8c6d9e
patentigoWallet() view returns (address)
0x96dc56c5c2b986784ac4e1a20cc38ab859d4fc16
sellFee() view returns (uint256)
0
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
symbol() view returns (string)
PTG
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV3Pool() view returns (address)
0x3f382532a0be3adbd04d848f9a63e58dc1215a99
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)
enableSwap() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapRouter(address router, address mkWallet) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (bool)
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()
receive()
AddressInsufficientBalance(address account)