ParaSwap
Verified contract
Active on
Ethereum with 40,465 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,757.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.635K | $1.001 |
$1,636.63 | |
USDC | ERC-20 | 1.125K | $1.00 |
$1,125 | |
PSP | ERC-20 | 52.050408K | $0.018642 |
$970.33 | |
stETH | ERC-20 | 0.007869 | $3,205.91 |
$25.23 | |
REDUX | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157584 | 14 minutes ago | | | 0 | 0.0011089541 | |
| 21156721 | 3 hours ago | | | 0 | 0.00048066074 | |
| 21154642 | 10 hours ago | | | 0 | 0.00029290085 | |
| 21153874 | 13 hours ago | | | 0 | 0.00076673836 | |
| 21153829 | 13 hours ago | | | 0 | 0.00043071472 | |
| 21153437 | 14 hours ago | | | 0 | 0.00081866835 | |
| 21153277 | 15 hours ago | | | 0 | 0.00070616730 | |
| 21153275 | 15 hours ago | | | 0 | 0.00056722689 | |
| 21153224 | 15 hours ago | | | 0 | 0.00045451398 | |
| 21153224 | 15 hours ago | | | 0 | 0.00045451398 |
ABI
ABI objects
Getter at block 21157653
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
minimumTimeBetweenMints() view returns (uint32)
31536000
mintCap() view returns (uint8)
2
minter() view returns (address)
0x5a61d9214adefd7669428a03a4e8734a00e9f464
mintingAllowedAfter() view returns (uint256)
1763208000
name() view returns (string)
ParaSwap
symbol() view returns (string)
PSP
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address dst, uint256 rawAmount)
permit(address owner, address spender, uint256 rawAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setMinter(address minter_)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
MinterChanged(address minter, address newMinter)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account, address minter_, uint256 mintingAllowedAfter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.