BeefyRevenueBridge
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "BeefyRevenueBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BeefyRevenueBridge"
ABI
ABI objects
Getter at block 22925627
activeBridge() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
activeSwap() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bridgeParams() view returns (address bridge, bytes params)
(bridge=0x0000000000000000000000000000000000000000, params=0x)
cowllector() view returns (bool sendFunds, address cowllector, uint256 amountCowllectorNeeds)
(sendFunds=false, cowllector=0x0000000000000000000000000000000000000000, amountCowllectorNeeds=0)
destinationAddress() view returns (address destination, bytes destinationBytes, string destinationString)
(destination=0x0000000000000000000000000000000000000000, destinationBytes=0x, destinationString=)
funds() view returns (address sender, bool fromInternalBalance, address recipient, bool toInternalBalance)
(sender=0x0000000000000000000000000000000000000000, fromInternalBalance=false, recipient=0x0000000000000000000000000000000000000000, toInternalBalance=false)
minBridgeAmount() view returns (uint256)
0
native() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stable() view returns (address)
0x0000000000000000000000000000000000000000
swapKind() view returns (uint8)
0
swapParams() view returns (address router, bytes params)
(router=0x0000000000000000000000000000000000000000, params=0x)
Read-only
bridgeToUse(bytes32) view returns (string)
findHash(string _variable) pure returns (bytes32)
swapToUse(bytes32) view returns (string)
State-modifying
Events bridgeAxelar()
bridgeCircle()
bridgeStargate()
bridgeSynapse()
bridgezkEVM()
bridgezkSync()
harvest()
inCaseTokensGetStuck(address _token, bool _native)
initialize()
renounceOwnership()
setActiveBridge(bytes32 _bridgeHash, struct StructsBridgeParams _params)
setActiveSwap(bytes32 _swapHash, struct StructsSwapParams _params)
setCowllector(struct StructsCowllector _cowllector)
setDestinationAddress(struct StructsDestinationAddress _destination)
setMinBridgeAmount(uint256 _amount)
setStable(address _stable, address _native)
swapAlgebra()
swapBalancer()
swapSolidly()
swapUniV2()
swapUniV3()
swapUniV3Deadline()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Bridged(address indexed stable, uint256 stableBridged)
CowllectorRefill(uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBridge(bytes32 bridge, struct StructsBridgeParams params)
SetDestinationAddress(struct StructsDestinationAddress destinationAddress)
SetMinBridgeAmount(uint256 amount)
SetStable(address oldStable, address newStable)
SetSwap(bytes32 swap, struct StructsSwapParams params)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
BridgeError()
FailedToSendEther()
IncorrectRoute()
NotAuthorized()
NotEnoughEth()
SwapError()