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 |
---|---|---|---|---|---|
20WETH-80PSP | ERC-20 | 37.767273M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209854 | a day ago | | | 0 | 0.0015411541 | |
| 21207339 | a day ago | | | 0 | 0.0013703285 | |
| 21205975 | 2 days ago | | | 0 | 0.0017691825 | |
| 21205801 | 2 days ago | | | 0 | 0.0016138255 | |
| 21205141 | 2 days ago | | | 0 | 0.0019073501 | |
| 21203523 | 2 days ago | | | 0 | 0.0023343155 | |
| 21203032 | 2 days ago | | | 0 | 0.0026953655 | |
| 21199044 | 3 days ago | | | 0 | 0.0025073548 | |
| 21191602 | 4 days ago | | | 0 | 0.0033964861 | |
| 21189893 | 4 days ago | | | 0 | 0.0025601339 |
ABI
ABI objects
Getter at block 21218037
BALANCER_VAULT() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
BPT() view returns (address)
0xcb0e14e96f2cefa8550ad8e4aea344f211e5061d
DOMAIN_SEPARATOR() view returns (bytes32)
0x0459a6c16012633257034f821698cb7cb89129e403ba3ce328641cf191382285
PSP() view returns (address)
0xcafe001067cdef266afb7eb5a286dcfd277f3de5
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WETH20_PSP80_POOL_ID() view returns (bytes32)
0xcb0e14e96f2cefa8550ad8e4aea344f211e5061d00020000000000000000011a
asset() view returns (address)
0xcb0e14e96f2cefa8550ad8e4aea344f211e5061d
decimals() view returns (uint8)
18
isReversedBalancerPair() view returns (bool)
false
maxTimeLockDuration() view returns (uint256)
13824000
minTimeLockDuration() view returns (uint256)
0
name() view returns (string)
Social Escrowed 20WETH-80PSP BPT
owner() view returns (address)
0x619bbf92fd6ba59893327676b2685a3762a49a33
paused() view returns (bool)
false
symbol() view returns (string)
sePSP2
timeLockDuration() view returns (uint256)
2419200
totalSupply() view returns (uint256)
29527834258735456699695773
unlockingAssets() view returns (uint256)
8239439021126650648574281
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
findUnlockingIDs(address user, int256 start, uint16 countToCheck) view returns (int256[] ids)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
userVsNextID(address) view returns (int256)
userVsWithdrawals(address, int256) view returns (uint256 amount, uint256 releaseTime, uint8 status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelMultipleWithdrawalRequests(int256[] ids)
cancelWithdrawalRequest(int256 id)
changeTimeLock(uint256 newTimeLockDuration)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deposit(uint256 _assetAmount)
depositPSPAndEth(uint256 pspAmount, uint256 minBptOut, bytes pspPermit) payable
depositPSPAndWeth(uint256 pspAmount, uint256 wethAmount, uint256 minBptOut, bytes pspPermit)
depositWithPermit(uint256 _assetAmount, bytes permit)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
requestWithdraw(uint256 _unlockingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(int256 id)
withdrawMultiple(int256[] ids)
withdrawPSPAndEth(int256 id, uint256 minPspAmount, uint256 minEthAmount)
withdrawPSPAndEthMulti(int256[] ids, uint256 minPspAmount, uint256 minEthAmount)
withdrawPSPAndWeth(int256 id, uint256 minPspAmount, uint256 minEthAmount)
withdrawPSPAndWethMulti(int256[] ids, uint256 minPspAmount, uint256 minEthAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
CancelledWithdrawalRequest(int256 indexed id, address indexed user, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposited(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RequestedUnlocking(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)
Withdraw(int256 indexed id, address indexed user, uint256 amount)
constructor(address _asset, uint256 _timeLockBlocks, uint256 _minTimeLockBlocks, uint256 _maxTimeLockBlocks, address balancerVault, address psp, address weth, bytes32 poolId)
receive()
CannotCancelWithdrawalRequest(int256 reqId)
CannotWithdraw(int256 reqId)
CannotWithdrawYet(int256 reqId)
InsufficientAssetsReceived()
InvalidWithdrawalRequestId(int256 reqId)
PermitFailed()
TimelockOutOfRange(uint256 attemptedTimelockDuration)
TransferEthFailed()