OrdBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
1 additional
variable
Balances ($0.00)
No balances found for "OrdBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OrdBridge"
ABI
ABI objects
Getter at block 21247744
BURN_ETH_FEE() view returns (uint256)
0
TOKEN_FEE_PERCENT_IN_BPS() view returns (uint256)
0
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getBurnForBRCEntriesCountToProcess() view returns (uint256 count)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.