Base Patton
Verified contract
Active on
Base with 1,374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Patton | ERC-20 | 198 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20739843 | 2 months ago | | | 0 | 0.000000099466527945 | |
| 20663112 | 2 months ago | | | 0 | 1.1569905e-7 | |
| 20597436 | 2 months ago | | | 0 | 0.000000202046000000 | |
| 20494070 | 2 months ago | | | 0 | 2.2634362e-7 | |
| 19654110 | 2 months ago | | | 0 | 0.000000105373342815 | |
| 18390919 | 3 months ago | | | 0 | 2.2974154e-7 | |
| 18350769 | 3 months ago | | | 0 | 3.5617938e-7 | |
| 17889106 | 4 months ago | | | 0 | 1.4134241e-7 | |
| 17523223 | 4 months ago | | | 0 | 0.0000025920375 | |
| 17523213 | 4 months ago | | | 0 | 0.0000025946960 |
ABI
ABI objects
Getter at block 22764568
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME() view returns (string)
Base Patton
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
SYMBOL() view returns (string)
Patton
decimals() view returns (uint8)
18
name() view returns (string)
Base Patton
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x36ab1aefe17c42f5fedfca06889d56a2e2b73b07
symbol() view returns (string)
Patton
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 rawAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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)
LipbDP(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)