CauldronFeeWithdrawer
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CauldronFeeWithdrawer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17500132 | a year ago | | | 0 | 0.031846804 | |
| 17489326 | a year ago | | | 0 | 0.00055320532 | |
| 17489326 | a year ago | | | 0 | 0.064227192 | |
| 17489314 | a year ago | | | 0 | 0.00091703499 | |
| 17489314 | a year ago | | | 0 | 0.00091726175 | |
| 17489314 | a year ago | | | 0 | 0.0010546564 | |
| 17489314 | a year ago | | | 0 | 0.0013294834 | |
| 17489047 | a year ago | | | 0 | 0.0017359246 | |
| 17489047 | a year ago | | | 0 | 0.0026422084 |
ABI
ABI objects
Getter at block 21274534
LZ_MAINNET_CHAINID() view returns (uint16)
101
bentoBoxesCount() view returns (uint256)
2
bridgeRecipient() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cauldronInfosCount() view returns (uint256)
38
lzOftv2() view returns (address)
0x439a5f0f5e8d149dda9a0ca367d4a8e4d6f83c10
mim() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
mimProvider() view returns (address)
0x5f0dee98360d8200b20812e174d139a1a633edd2
mimWithdrawRecipient() view returns (address)
0x953dab0e64828972853e7faa45634620a40fa479
owner() view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
Read-only
bentoBoxes(uint256) view returns (address)
cauldronInfos(uint256) view returns (address cauldron, address masterContract, address bentoBox, uint8 version)
estimateBridgingFee(uint256 amount) view returns (uint256 fee, uint256 gas)
feeToOverrides(address) view returns (address)
operators(address) view returns (bool)
State-modifying
Events bridge(uint256 amount, uint256 fee, uint256 gas)
execute(address to, uint256 value, bytes data) returns (bool success, bytes result)
rescueTokens(address token, address to, uint256 amount)
setBentoBox(address bentoBox, bool enabled)
setCauldron(address cauldron, uint8 version, bool enabled)
setCauldrons(address[] cauldrons, uint8[] versions, bool[] enabled)
setFeeToOverride(address cauldron, address feeTo)
setOperator(address operator, bool status)
setParameters(address _mimProvider, address _bridgeRecipient, address _mimWithdrawRecipient)
transferOwnership(address newOwner)
withdraw() returns (uint256 amount)
OperatorChanged(address indexed arg0, bool arg1)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _owner, address _mim, address _lzOftv2)
receive()
ErrInvalidFeeTo(address masterContract)
ErrNotEnoughNativeTokenToCoverFee()
NotAllowedOperator()