MultiSigPoolV5
Verified contract
Active on
Ethereum with 5,371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$58.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017528 | $3,335.02 |
$58.46 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272875 | 9 hours ago | | | 0 | 0.0025034314 | |
| 21268896 | a day ago | | | 0 | 0.0022270233 | |
| 21254471 | 3 days ago | | | 0 | 0.0014642357 | |
| 21238525 | 5 days ago | | | 0.02 | 0.0061832881 | |
| 21233646 | 6 days ago | | | 0.005 | 0.0028953280 | |
| 21233551 | 6 days ago | | | 0.008 | 0.0014901050 | |
| 21231589 | 6 days ago | | | 0 | 0.0046262164 | |
| 21231028 | 6 days ago | | | 0 | 0.0040438284 | |
| 21224650 | 7 days ago | | | 0 | 0.0052204845 | |
| 21216282 | 8 days ago | | | 0 | 0.0035899303 |
ABI
ABI objects
Getter at block 21275425
AGGREGATION_ROUTER_V5_ADDRESS() view returns (address)
0x1111111254eeb25477b68fb85ed929f73a960582
ASSET_TYPE() view returns (uint256)
1269275113502683198091459784363068703822460788394621599952252545182480283333
FACT_ADDRESS() view returns (address)
0xbe9a129909ebcb954bc065536d2bfafbd170d27a
STARKEX_ADDRESS() view returns (address)
0xe53a6ed882eb3f90cce0390ddb04c876c5482e6b
USDC_ADDRESS() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
calcSigHash(address to, uint256 amount, address token, uint256 expireTime, uint256 orderId, bool isFact, uint256 salt) view returns (bytes32)
isAllowedSigner(address signer) view returns (bool)
signers(uint256) view returns (address)
State-modifying
Events deposit(address token, uint256 amount, uint256 starkKey, uint256 positionId, bytes exchangeData) payable returns (uint256)
factTransferErc20(address to, address token, uint256 amount, uint256 salt, uint256 expireTime, uint256 orderId, address[] allSigners, bytes[] signatures)
withdrawETH(address to, uint256 amount, uint256 expireTime, uint256 orderId, address[] allSigners, bytes[] signatures)
withdrawErc20(address to, uint256 amount, address token, uint256 expireTime, uint256 orderId, address[] allSigners, bytes[] signatures)
Deposit(address from, address token, uint256 spentAmount, uint256 swapReturnAmount, uint256 starkKey, uint256 positionId)
WithdrawERC20(uint256 orderId, address token, address to, uint256 amount)
WithdrawETH(uint256 orderId, address to, uint256 amount)
constructor(address[] allowedSigners, address usdc, address aggregationRouterV5, address starkex, address fact, uint256 assetType)
receive()
This contract contains no error objects.