0xd729345aa12c5af2121d96f87b673987f354496b
Unverified contract
Proxy
Active on
Ethereum with 61,498 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($2,191,228.54)
Native
Value
$2,191,228.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 661.341238 | $3,313.31 |
$2,191,228.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273054 | 3 minutes ago | | | 0.36 | 0.00053518995 | |
| 21273033 | 7 minutes ago | | | 0 | 0.0016229942 | |
| 21272905 | 33 minutes ago | | | 0 | 0.0017952591 | |
| 21272850 | 44 minutes ago | | | 0 | 0.0013566411 | |
| 21272417 | 2 hours ago | | | 0.5 | 0.00074120086 | |
| 21272381 | 2 hours ago | | | 0.07 | 0.00057078184 | |
| 21272336 | 2 hours ago | | | 0.001 | 0.00059190104 | |
| 21271776 | 4 hours ago | | | 0.55 | 0.00053816180 | |
| 21271633 | 5 hours ago | | | 0 | 0.0016417249 | |
| 21271447 | 5 hours ago | | | 4.333 | 0.00044482391 |
ABI
ABI objects
Getter at block 21273068
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Facet Ether Bridge, version=1, chainId=1, verifyingContract=0xd729345aa12c5af2121d96f87b673987f354496b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getAdmin() view returns (address)
0xb2b01decb6cd36e7396b78d3744482627f22c525
getCancelBlockNumber() view returns (uint256)
0
getDepositEnabled() view returns (bool)
true
getDumbContract() view returns (address)
0x1673540243e793b0e77c038d4a88448eff524dce
getHardCodedDumbContractAddressString() pure returns (string)
0x1673540243e793b0e77c038d4a88448eff524dce
getSigner() view returns (address)
0x314d660b083675f415ccaa9c545feedf377d1006
getWithdrawDelay() view returns (uint256)
0
getWithdrawalEnabled() view returns (bool)
true
Read-only
processedWithdraws(bytes32 withdrawalId) view returns (bool)
State-modifying
Events adminMarkComplete(address recipient, bytes32 withdrawalId)
bridgeAndCall(address recipient, address dumbContractToCall, string functionCalldata) payable
cancelSignatures()
deposit() payable
disableAllFeatures()
enableAllFeatures()
initialize(address adminAddress)
setAdmin(address admin)
setDepositEnabled(bool enabled)
setDumbContract(address dumbContract)
setSigner(address signer)
setWithdrawDelay(uint256 withdrawDelay)
setWithdrawEnabled(bool enabled)
withdraw(struct FacetEtherBridgeV4WithdrawRequest req)
ethscriptions_protocol_CreateEthscription(address indexed initialOwner, string contentURI)
This contract contains no constructor objects.
receive()
FeatureDisabled()
InvalidAmount()
NotFactory()
ReentrancyGuard__ReentrantCall()
ZeroAdminAddress()