eBTC Deployer
Verified contract
Active on
Ethereum with 13 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 "eBTC Deployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19437242 | 8 months ago | | | 0 | 0.043667150 | |
| 19437237 | 8 months ago | | | 0 | 0.031553800 | |
| 19437228 | 8 months ago | | | 0 | 0.063164500 | |
| 19437217 | 8 months ago | | | 0 | 0.085521800 | |
| 19437212 | 8 months ago | | | 0 | 0.050938200 | |
| 19437199 | 8 months ago | | | 0 | 0.16006722 | |
| 19437193 | 8 months ago | | | 0 | 0.048639840 | |
| 19437183 | 8 months ago | | | 0 | 0.10841340 | |
| 19437171 | 8 months ago | | | 0 | 0.075546900 | |
| 19437165 | 8 months ago | | | 0 | 0.27890160 |
ABI
ABI objects
Getter at block 21161068
ACTIVE_POOL() view returns (string)
ebtc.v1.activePool
AUTHORITY() view returns (string)
ebtc.v1.authority
BORROWER_OPERATIONS() view returns (string)
ebtc.v1.borrowerOperations
CDP_MANAGER() view returns (string)
ebtc.v1.cdpManager
COLL_SURPLUS_POOL() view returns (string)
ebtc.v1.collSurplusPool
EBTC_FEED() view returns (string)
ebtc.v1.ebtcFeed
EBTC_TOKEN() view returns (string)
ebtc.v1.eBTCToken
FEE_RECIPIENT() view returns (string)
ebtc.v1.feeRecipient
HINT_HELPERS() view returns (string)
ebtc.v1.hintHelpers
LIQUIDATION_LIBRARY() view returns (string)
ebtc.v1.liquidationLibrary
MULTI_CDP_GETTER() view returns (string)
ebtc.v1.multiCdpGetter
PRICE_FEED() view returns (string)
ebtc.v1.priceFeed
SORTED_CDPS() view returns (string)
ebtc.v1.sortedCdps
getFutureEbtcAddresses() view returns (struct EBTCDeployerEbtcAddresses)
(0x2a095d44831c26cfb6acb806a6531ae3ca32dbc1, 0x4ae990c3b2f7c3961c51483efba20760946a7681, 0xc4cbae499bb4ca41e78f52f07f5d98c375711774, 0xd366e016ae0677cdce93472e603b75051e022ad0, 0x6a24ecc18224857bd73a7aa53c2a4eb43c17d5a8, 0x591acb5ae192c147948c12651a0a5f24f0529be3, 0x6dbdb6d420c110290431e863a1a978ae53f69ebc, 0x335982dae827049d35f09d5ec927de2bc38df3de, 0x2591554c5ee0b62b8e2725556cc27744d8c2e7eb, 0x661c70333aa1850ccdbae82776bb436a0fcfeefb, 0xd4d1e77c69e7aa63d0e66a06df89a2aa5d3b1d9e, 0x5dd90e208e1086dfbc265c848067c6da79dd1390, 0xa9a65b1b1dda8376527e89985b221b6bfca1dc9a)
name() view returns (string)
eBTC Deployer
owner() view returns (address)
0x68682e8857d24a5bb71fcd5c6dc5867731226b62
Read-only
addressOf(string _saltString) view returns (address)
addressOfSalt(bytes32 _salt) view returns (address)
State-modifying
Events deploy(string _saltString, bytes _creationCode) returns (address deployedAddress)
deployWithCreationCode(string _saltString, bytes creationCode) returns (address)
deployWithCreationCodeAndConstructorArgs(string _saltString, bytes creationCode, bytes constructionArgs) returns (address)
renounceOwnership()
transferOwnership(address newOwner)
ContractDeployed(address indexed contractAddress, string contractName, bytes32 salt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrorCreatingContract()
ErrorCreatingProxy()
TargetAlreadyExists()