Short Squeeze
Verified contract
Proxy
Active on
Base with 131 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20276756 | 2 months ago | | | 0 | 5.5388436e-7 | |
| 16247065 | 5 months ago | | | 0 | 0.0000010270697 | |
| 16048502 | 5 months ago | | | 0 | 9.2791872e-7 | |
| 15623717 | 6 months ago | | | 0 | 2.3853575e-7 | |
| 15384162 | 6 months ago | | | 0 | 6.4551558e-7 | |
| 14850179 | 6 months ago | | | 0 | 0.0000010062985 | |
| 14790769 | 6 months ago | | | 0 | 0.0000018516832 | |
| 14769185 | 6 months ago | | | 0 | 0.0000018468705 | |
| 14746917 | 6 months ago | | | 0 | 0.0000075529743 | |
| 14625269 | 6 months ago | | | 0 | 0.0000057292687 |
ABI
ABI objects
Getter at block 23113991
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x05959986376933c614a6151aef16b56a2a89cdfddc95ac6ea41d8724da085416
decimals() pure returns (uint8)
11
name() view returns (string)
Short Squeeze
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SHORT
totalSupply() view returns (uint256 result)
2085242493453965132
transferRestrictedTo() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string symbol_, address poolAddress_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount)
protocolMint(address to, uint256 amount)
removeTransferRestriction()
renounceOwnership() payable
requestOwnershipHandover() payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
CannotBurnUntilOwnerIsRenounced()
CannotInteractWithPoolDuringGame()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()