ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 453 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063841 | 13 days ago | | | 0.01 | 0.00066072834 | |
| 21063831 | 13 days ago | | | 0.01 | 0.00066427379 | |
| 21063808 | 13 days ago | | | 0.01 | 0.00051964210 | |
| 21063796 | 13 days ago | | | 0.01 | 0.00058619713 | |
| 21029867 | 18 days ago | | | 0 | 0.0019792787 | |
| 21026321 | 19 days ago | | | 0 | 0.00040522860 | |
| 21026307 | 19 days ago | | | 0 | 0.00048986380 | |
| 21026284 | 19 days ago | | | 0 | 0.00046317502 | |
| 20707072 | 2 months ago | | | 0.01 | 0.00037189858 | |
| 20706072 | 2 months ago | | | 0.01 | 0.00043350750 |
ABI
ABI objects
Getter at block 21160320 proxiableUUID() view returns (bytes32)
BURN_ETH_FEE() view returns (uint256)
10000000000000000
TOKEN_FEE_PERCENT_IN_BPS() view returns (uint256)
50
feeRecipient() view returns (address)
0x3bc520fbbe23c2aa7f78ce8353846749992acaa8
getBurnForBRCEntriesCountToProcess() view returns (uint256 count)
105
owner() view returns (address)
0x3bc520fbbe23c2aa7f78ce8353846749992acaa8
paused() view returns (bool)
false
Read-only
checkPendingERCToClaimForWalletWithTickers(address wallet, string[] tickers) view returns (string[], uint256[])
getBurnForBRCEntriesToProcess(uint256 count) view returns (struct OrdBridgeBurnForBRCEntry[] entries, uint256 entriesCount, uint256 totalEntriesToProcess)
mintableERCTokens(string, address) view returns (uint256)
tokenContracts(string) view returns (address)
State-modifying
Events addMintERCEntries(string[] requestedBRCTickers, uint256[] amounts, address[] users, string[] btcTxIds, uint256[] initialMaxSupplies)
burnERCTokenForBRC(string ticker, uint256 amount, string btcAddress) payable
claimERCEntryForWallet(string ticker)
initialize()
markBurnForBRCEntriesAsProcessed(uint256[] ids)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateBurnEthFee(uint256 _BURN_ETH_FEE)
updateFeeRecipient(address _feeRecipient)
updateHandlingFeesInTokenPercent(uint256 _TOKEN_FEE_PERCENT_IN_BPS)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BurnForBRCEntryAdded(string indexed ticker, address indexed user, string indexed btcAddress, uint256 id, uint256 amount)
BurnForBRCEntryProcessed(string indexed ticker, address indexed user, string indexed btcAddress, uint256 id, uint256 count)
ERCTokenContractCreated(string indexed ticker, address indexed token)
Initialized(uint8 version)
MintableERCEntryAdded(string indexed ticker, address indexed user, uint256 amount, string btcTxId)
MintableERCEntryClaimed(string indexed ticker, address indexed user, uint256 amount, uint256 real, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unpause()
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.