TBTCVault
Verified contract
Active on
Ethereum with 13,173 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 "TBTCVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213254 | 3 hours ago | | | 0 | 0.00083454916 | |
| 21212936 | 4 hours ago | | | 0 | 0.00080628023 | |
| 21210513 | 12 hours ago | | | 0 | 0.00074504867 | |
| 21210202 | 13 hours ago | | | 0 | 0.00072189318 | |
| 21209951 | 14 hours ago | | | 0 | 0.0012336610 | |
| 21209688 | 15 hours ago | | | 0 | 0.0010862486 |
ABI
ABI objects
Getter at block 21214193
GOVERNANCE_DELAY() view returns (uint256)
86400
SATOSHI_MULTIPLIER() view returns (uint256)
10000000000
bank() view returns (address)
0x65fbae61ad2c8836ffbfb502a0da41b0789d9fc6
bridge() view returns (address)
0x5e4861a80b55f035d899f66772117f00fa0e8e7b
getMinters() view returns (address[])
[0x6de013e20BB21607617E7d9966c89a45f2B6A0C5, 0x999999597e094ec15f2909A048C6133a158460D4, 0x25C581c112cf68C21E7c53590071EE49149ca49F, 0x460583Ba844E6705827f837B424eaEDCc3fEd16b, 0xd37bB59478e092DA4e83fEFE04723d62548498F8, 0xDa2b6ed2A37E8Aa1f6485935E4EB4D4304AE5541, 0x315f99140F7786aCd4d6cD3fAD06927624F6bF1e, 0xB02f7fbC2b250619c88Aa29c4A80EE420B28E00E, 0xfa1fc34621402F7bd9B1af0485B14b266fD7D9a9]
isOptimisticMintingPaused() view returns (bool)
false
newOptimisticMintingDelay() view returns (uint32)
0
newOptimisticMintingFeeDivisor() view returns (uint32)
0
newVault() view returns (address)
0x0000000000000000000000000000000000000000
optimisticMintingDelay() view returns (uint32)
3600
optimisticMintingDelayUpdateInitiatedTimestamp() view returns (uint256)
0
optimisticMintingFeeDivisor() view returns (uint32)
0
optimisticMintingFeeUpdateInitiatedTimestamp() view returns (uint256)
0
owner() view returns (address)
0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f
tbtcToken() view returns (address)
0x18084fba666a33d37592fa2633fd49a74dd93a88
upgradeInitiatedTimestamp() view returns (uint256)
0
Read-only
amountToSatoshis(uint256 amount) view returns (uint256 convertibleAmount, uint256 remainder, uint256 satoshis)
calculateDepositKey(bytes32 fundingTxHash, uint32 fundingOutputIndex) pure returns (uint256)
isGuardian(address) view returns (bool)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
optimisticMintingDebt(address) view returns (uint256)
optimisticMintingRequests(uint256) view returns (uint64 requestedAt, uint64 finalizedAt)
State-modifying
Events addGuardian(address guardian)
addMinter(address minter)
beginOptimisticMintingDelayUpdate(uint32 _newOptimisticMintingDelay)
beginOptimisticMintingFeeUpdate(uint32 _newOptimisticMintingFeeDivisor)
cancelOptimisticMint(bytes32 fundingTxHash, uint32 fundingOutputIndex)
finalizeOptimisticMint(bytes32 fundingTxHash, uint32 fundingOutputIndex)
finalizeOptimisticMintingDelayUpdate()
finalizeOptimisticMintingFeeUpdate()
finalizeUpgrade()
initiateUpgrade(address _newVault)
mint(uint256 amount)
pauseOptimisticMinting()
receiveApproval(address from, uint256 amount, address token, bytes extraData)
receiveBalanceApproval(address owner, uint256 satoshis, bytes)
receiveBalanceIncrease(address[] depositors, uint256[] depositedSatoshiAmounts)
recoverERC20(address token, address recipient, uint256 amount)
recoverERC20FromToken(address token, address recipient, uint256 amount)
recoverERC721(address token, address recipient, uint256 tokenId, bytes data)
recoverERC721FromToken(address token, address recipient, uint256 tokenId, bytes data)
removeGuardian(address guardian)
removeMinter(address minter)
renounceOwnership()
requestOptimisticMint(bytes32 fundingTxHash, uint32 fundingOutputIndex)
transferOwnership(address newOwner)
unmint(uint256 amount)
unmintAndRedeem(uint256 amount, bytes redemptionData)
unpauseOptimisticMinting()
GuardianAdded(address indexed guardian)
GuardianRemoved(address indexed guardian)
Minted(address indexed to, uint256 amount)
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
OptimisticMintingCancelled(address indexed guardian, uint256 indexed depositKey)
OptimisticMintingDebtRepaid(address indexed depositor, uint256 optimisticMintingDebt)
OptimisticMintingDelayUpdateStarted(uint32 newOptimisticMintingDelay)
OptimisticMintingDelayUpdated(uint32 newOptimisticMintingDelay)
OptimisticMintingFeeUpdateStarted(uint32 newOptimisticMintingFeeDivisor)
OptimisticMintingFeeUpdated(uint32 newOptimisticMintingFeeDivisor)
OptimisticMintingFinalized(address indexed minter, uint256 indexed depositKey, address indexed depositor, uint256 optimisticMintingDebt)
OptimisticMintingPaused()
OptimisticMintingRequested(address indexed minter, uint256 indexed depositKey, address indexed depositor, uint256 amount, bytes32 fundingTxHash, uint32 fundingOutputIndex)
OptimisticMintingUnpaused()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unminted(address indexed from, uint256 amount)
UpgradeFinalized(address newVault)
UpgradeInitiated(address newVault, uint256 timestamp)
constructor(address _bank, address _tbtcToken, address _bridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.