MeldBridgeReceiver
Verified contract
Active on
Ethereum with 906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe09c…a793
Balances ($0.00)
No balances found for "MeldBridgeReceiver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227711 | 6 days ago | | | 0 | 0.00081387991 | |
| 21213368 | 8 days ago | | | 0 | 0.00079474021 | |
| 21212987 | 8 days ago | | | 0 | 0.00097641610 | |
| 21212897 | 8 days ago | | | 0 | 0.00078700546 | |
| 21212705 | 8 days ago | | | 0 | 0.00087729596 | |
| 21212593 | 8 days ago | | | 0 | 0.00073444064 | |
| 21211476 | 9 days ago | | | 0 | 0.0012414581 | |
| 21209068 | 9 days ago | | | 0 | 0.0010170136 | |
| 21208936 | 9 days ago | | | 0 | 0.0012257027 | |
| 21208639 | 9 days ago | | | 0 | 0.00098898084 |
ABI
ABI objects
Getter at block 21272864
CONFIGURATION_ROLE() view returns (bytes32)
0x969e743677c83a4458df4afcef9c1049579c1137c04e48694290c3e5fe6ef476
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTION_ROLE() view returns (bytes32)
0xf21a16feb1ed068bfca4f16029f44a27181a38cc067de137a57f47ae74f52a11
REBALANCER_ROLE() view returns (bytes32)
0xccc64574297998b6c3edf6078cc5e01268465ff116954e3af02ff3a70a730f46
getFarmingManagerAddress() view returns (address)
0xe09c7e9aea5203edcd143e7d2e292c66b5dba793
wETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
checkRole(bytes32 _role, address _account) view
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
processedRequests(bytes32 requestID) view returns (bool processed)
supportedTokens(address) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events bridge(address _token, uint256 _amount)
bridgeERC1155(address _token, uint256 _tokenId, uint256 _amount)
bridgeERC721(address _token, uint256 _tokenId)
bridgeNative() payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSupportedToken(address _token, bool _supported)
withdrawERC1155ToUser(address _token, address _to, uint256 _tokenId, uint256 _amount, bytes32 _requestID)
withdrawERC1155ToUsers(address _token, address[] _tos, uint256[] _tokenIds, uint256[] _amounts, bytes32[] _requestIDs)
withdrawERC721ToUser(address _token, address _to, uint256 _tokenId, bytes32 _requestID)
withdrawERC721ToUsers(address _token, address[] _tos, uint256[] _tokenIds, bytes32[] _requestIDs)
withdrawToUser(address _token, address _to, uint256 _amount, bytes32 _requestID, bytes _extra)
withdrawToUsers(address _token, address[] _tos, uint256[] _amounts, bytes32[] _requestIDs, bytes[] _extra)
BridgeERC1155Requested(address indexed user, address indexed token, uint256 tokenId, uint256 amount)
BridgeERC721Requested(address indexed user, address indexed token, uint256 tokenId)
BridgeRequested(address indexed user, address indexed token, uint256 amount)
MeldFarmingManagerDeployed(address indexed executedBy, address indexed meldFarmingManagerAddress)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SupportedTokenSet(address indexed executedBy, address indexed token, bool supported)
WETHAddressSet(address indexed executedBy, address indexed wETH)
WithdrawnERC1155ToUser(address indexed token, address indexed to, uint256 tokenId, uint256 amount, bytes32 indexed requestID)
WithdrawnERC721ToUser(address indexed token, address indexed to, uint256 tokenId, bytes32 indexed requestID)
WithdrawnToUser(address indexed token, address indexed to, uint256 amount, bytes32 indexed requestID)
constructor(address _defaultAdmin, address _wETH, address _treasury)
receive()
This contract contains no error objects.