MultiSigPool
Verified contract
Active on
Ethereum with 17,573 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$7,437.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.360155 | $3,151.33 |
$7,437.63 | |
USDT | ERC-20 | 10 | $1.001 |
$10.01 | |
CRE | ERC-20 | 1 | $0.002817 |
$0 | |
(#0) | ERC-1555 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20144457 | 5 months ago | | | 0 | 0.0013018960 | |
| 18927906 | 10 months ago | | | 0 | 0.011459917 | |
| 18927903 | 10 months ago | | | 0 | 0.011002446 | |
| 18918815 | 10 months ago | | | 0 | 0.0029383945 | |
| 18918765 | 10 months ago | | | 0 | 0.0027465053 | |
| 18918498 | 10 months ago | | | 0 | 0.0035416063 | |
| 18918273 | 10 months ago | | | 0 | 0.0024410076 | |
| 18916341 | 10 months ago | | | 0 | 0.0029118134 | |
| 18916336 | 10 months ago | | | 0 | 0.0029857355 | |
| 18916323 | 10 months ago | | | 0 | 0.0028803506 |
ABI
ABI objects
Getter at block 21203987
AGGREGATION_ROUTER_V4_ADDRESS() view returns (address)
0x1111111254fb6c44bac0bed2854e76f90643097d
ASSET_TYPE() view returns (uint256)
1147032829293317481173155891309375254605214077236177772270270553197624560221
FACT_ADDRESS() view returns (address)
0xbe9a129909ebcb954bc065536d2bfafbd170d27a
STARKEX_ADDRESS() view returns (address)
0xa1d5443f2fb80a5a55ac804c948b45ce4c52dcbb
USDC_ADDRESS() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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 aggregationRouterV4, address starkex, address fact, uint256 assetType)
receive()
This contract contains no error objects.