RefuelInbox
Verified contract
Active on
Base with 6,237 txns
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 |
---|---|---|---|---|---|
CUBBY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21527233 | 22 days ago | | | 0 | 1.6832026e-7 | |
| 20455247 | 2 months ago | | | 0.001 | 0.0000017042733 | |
| 20454610 | 2 months ago | | | 0.0033 | 0.0000017858408 | |
| 20454129 | 2 months ago | | | 0.0006 | 0.0000017163216 | |
| 20454101 | 2 months ago | | | 0.0011 | 0.0000017169848 | |
| 20454079 | 2 months ago | | | 0.0005 | 0.0000017185028 | |
| 20454062 | 2 months ago | | | 0.0005000724 | 7.7902160e-7 | |
| 20453809 | 2 months ago | | | 0.0009 | 0.0000017071722 | |
| 20453585 | 2 months ago | | | 0.0008 | 0.0000013728992 | |
| 20453533 | 2 months ago | | | 0.0024 | 8.5903500e-7 |
ABI
ABI objects
Getter at block 22496252
BUNGEE_GATEWAY() view returns (address)
0x8d3b1f14d6c2f7817da9badd3328331702ada1b9
NATIVE_TOKEN_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
PERMIT2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
WRAPPED_NATIVE_TOKEN() view returns (address)
0x4200000000000000000000000000000000000006
nominee() view returns (address)
0x0e1b5ab67af1c99f8c7ebc71f41f75d4d6211e53
owner() view returns (address)
0xa5acba07788f16b4790fcbb09ca3b7fc8dd053a2
Read-only
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4 magicValue)
requestInbox(uint256 nonce) view returns (address ogSender, bytes32 typedDataHash)
withdrawnInbox(bytes32 typedDataHash) view returns (bool withdrawn)
State-modifying
Events claimOwner()
createRefuelRequest(struct Request singleOutputRequest) payable
nominateOwner(address nominee_)
rescue(address token, address to, uint256 amount)
withdrawFunds(struct Request singleOutputRequest)
FundsUnlocked(bytes32 indexed requestHash)
OwnerClaimed(address indexed claimer)
OwnerNominated(address indexed nominee)
RefuelRequestCreated(bytes32 indexed requestHash, address ogSender, bytes request)
RefuelRequestWithdrawn(bytes32 indexed requestHash)
constructor(address _owner, address _permit2, address _bungeeGateway, address _wrappedNativeToken)
receive()
InvalidChainId()
InvalidDeadline()
InvalidInputToken()
InvalidMsgValue()
InvalidNonce()
InvalidOutputToken()
OnlyNominee()
OnlyOwner()
RequestAlreadyWithdraw()
RequestDoesNotExist()
SenderNotInbox()
TransferFailed()