Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 462.962147 | $0.998441 |
$462.24 | |
USDbC | ERC-20 | 220.624269 | $0.994372 |
$219.38 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22861028 | a day ago | | | 0 | 0.00016515076 | |
| 22860128 | a day ago | | | 0 | 0.00015656648 | |
| 22859828 | a day ago | | | 0 | 0.00012401024 | |
| 22804328 | 3 days ago | | | 0 | 0.00014099296 | |
| 22781378 | 3 days ago | | | 0 | 0.00013918318 | |
| 22780478 | 3 days ago | | | 0 | 0.00013920582 | |
| 22765478 | 3 days ago | | | 0 | 0.00013379475 | |
| 22765177 | 3 days ago | | | 0 | 0.00013373646 | |
| 22764278 | 3 days ago | | | 0 | 0.00013368013 | |
| 22763678 | 3 days ago | | | 0 | 0.00013381620 |
ABI
ABI objects
Getter at block 22913761
CHAIN_ID() view returns (uint256)
8453
MINIMUM_DURATION() view returns (uint256)
1000
counter() view returns (uint256)
612
Read-only
getIntent(bytes32 identifier) view returns (struct Intent)
intents(bytes32 intenthash) view returns (address creator, uint256 destinationChainID, uint256 expiryTime, bool hasBeenWithdrawn, bytes32 nonce, address prover)
State-modifying
Events createIntent(uint256 _destinationChainID, address _inbox, address[] _targets, bytes[] _data, address[] _rewardTokens, uint256[] _rewardAmounts, uint256 _expiryTime, address _prover)
withdrawRewards(bytes32 _hash)
IntentCreated(bytes32 indexed _hash, address _creator, uint256 indexed _destinationChain, address[] _targets, bytes[] _data, address[] _rewardTokens, uint256[] _rewardAmounts, uint256 _expiryTime, bytes32 nonce, address indexed _prover)
Withdrawal(bytes32 _hash, address indexed _recipient)
constructor(uint256 _minimumDuration, uint256 _counterStart)
This contract contains no fallback and receive objects.
CalldataMismatch()
ExpiryTooSoon()
NothingToWithdraw(bytes32 _hash)
RewardsMismatch()
UnauthorizedWithdrawal(bytes32 _hash)