Base tBTC v2
Verified contract
Proxy
Active on
Base with 57,046 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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.120336 | $0.999804 |
$0.12 | |
USA | ERC-20 | 1 | $0.000815 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
ONEDOLLAR | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 295.171733 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22729691 | 18 minutes ago | | | 0 | 0.0000054658446 | |
| 22729538 | 23 minutes ago | | | 0 | 1.2385270e-7 | |
| 22729501 | 24 minutes ago | | | 0 | 1.2066216e-7 | |
| 22729341 | 29 minutes ago | | | 0 | 1.2896880e-7 | |
| 22729253 | 32 minutes ago | | | 0 | 0.000000108461719712 | |
| 22729246 | 33 minutes ago | | | 0 | 0.000000077963100000 | |
| 22729226 | 33 minutes ago | | | 0 | 2.2594740e-7 | |
| 22728789 | an hour ago | | | 0 | 0.000000069302200000 | |
| 22727909 | an hour ago | | | 0 | 0.000000096229800000 | |
| 22727755 | an hour ago | | | 0 | 0.000000083624800447 |
ABI
ABI objects
Getter at block 22730221
DOMAIN_SEPARATOR() view returns (bytes32)
0x506032db836c9a947f1afc2a33bff1c0d34372c45ebded52ca8a8ccb45b36b46
decimals() view returns (uint8)
18
getGuardians() view returns (address[])
[0x2844a0d6442034D3027A05635F4224d966C54fD7, 0x12107242e2FbEd0a503e102751fa6Aa8cB7446eC, 0xcE3778528fC73D46685069D455bbCcE16A6e22Af, 0xbBd2aC268dc72dFD6539E23fAeCFf1a9b236Cd10]
getMinters() view returns (address[])
[0x09959798B95d00a3183d20FaC298E4594E599eab]
name() view returns (string)
Base tBTC v2
owner() view returns (address)
0x518385dd31289f1000fe6382b0c65df4d1cd3bfc
paused() view returns (bool)
false
symbol() view returns (string)
tBTC
totalSupply() view returns (uint256)
346060713470000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
guardians(uint256) view returns (address)
isGuardian(address) view returns (bool)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
nonces(address owner) view returns (uint256)
State-modifying
Events addGuardian(address guardian)
addMinter(address minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(address account, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address recipient, uint256 amount)
recoverERC721(address token, address recipient, uint256 tokenId, bytes data)
removeGuardian(address guardian)
removeMinter(address minter)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
GuardianAdded(address indexed guardian)
GuardianRemoved(address indexed guardian)
Initialized(uint8 version)
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.