SPSPParaSwapPool3
Verified contract
Active on
Ethereum with 8,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($106,943.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PSP | ERC-20 | 6.075242M | $0.017603 |
$106,943.22 | |
TKX | ERC-20 | 0.0001 | $12.12 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20994021 | a month ago | | | 0 | 0.00045334149 | |
| 20955744 | a month ago | | | 0 | 0.00057107868 | |
| 20955738 | a month ago | | | 0 | 0.0012795644 | |
| 20953948 | a month ago | | | 0 | 0.00019046572 | |
| 20944680 | 2 months ago | | | 0 | 0.00057966586 | |
| 20905136 | 2 months ago | | | 0 | 0.00034280983 | |
| 20905131 | 2 months ago | | | 0 | 0.00061706468 | |
| 20874490 | 2 months ago | | | 0 | 0.00015911556 | |
| 20867536 | 2 months ago | | | 0 | 0.00083566169 | |
| 20726519 | 3 months ago | | | 0 | 0.000055556570 |
ABI
ABI objects
Getter at block 21276629
DOMAIN_SEPARATOR() view returns (bytes32)
0x4ea48784047e1054ea21ecac1654238e3992c90d59ee8b4e99590afcaac7e6e1
decimals() view returns (uint8)
18
maxTimeLockBlocks() view returns (uint256)
1126286
name() view returns (string)
SPSPParaSwapPool3
owner() view returns (address)
0x5a61d9214adefd7669428a03a4e8734a00e9f464
paused() view returns (bool)
true
psp() view returns (address)
0xcafe001067cdef266afb7eb5a286dcfd277f3de5
pspsLocked() view returns (uint256)
1101284545275857559685378
symbol() view returns (string)
SPSP_PP3
timeLockBlocks() view returns (uint256)
0
totalSupply() view returns (uint256)
3111394774496021911769802
Read-only
PSPBalance(address _account) view returns (uint256 pspAmount_)
PSPForSPSP(uint256 _sPSPAmount) view returns (uint256 pspAmount_)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
findLockedIDs(address user, int256 start, uint16 countToCheck) view returns (int256[] ids)
nonces(address owner) view returns (uint256)
sPSPForPSP(uint256 _pspAmount) view returns (uint256 sPSPAmount_)
userVsNextID(address) view returns (int256)
userVsWithdrawals(address, int256) view returns (uint256 amountPSP, uint256 releaseBlockNumber, uint8 status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTimeLock(uint256 newTimeLockBlocks)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _pspAmount)
enterWithPermit(uint256 _pspAmount, bytes permit)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _sPSPAmount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
reenter(int256 id)
reenterMultiple(int256[] ids)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(int256 id)
withdrawMultiple(int256[] ids)
Approval(address indexed owner, address indexed spender, uint256 value)
Entered(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Reentered(int256 indexed id, address indexed user, uint256 amount)
TimeLockChanged(uint256 oldTimeLock, uint256 newTimeLock)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Unstaked(int256 indexed id, address indexed user, uint256 amount)
Withdraw(int256 indexed id, address indexed user, uint256 amount)
constructor(string name, string symbol, address _psp, uint256 _timeLockBlocks, uint256 _maxTimeLockBlocks)
This contract contains no fallback and receive objects.
This contract contains no error objects.