tBTC v2
Verified contract
Active on
Ethereum with 10,196 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 "tBTC v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247251 | 26 minutes ago | | | 0 | 0.00061508336 | |
| 21246421 | 3 hours ago | | | 0 | 0.00068348267 | |
| 21246384 | 3 hours ago | | | 0 | 0.00069859875 | |
| 21246279 | 4 hours ago | | | 0 | 0.00072339682 | |
| 21246246 | 4 hours ago | | | 0 | 0.00078127527 | |
| 21246232 | 4 hours ago | | | 0 | 0.00080834595 | |
| 21246229 | 4 hours ago | | | 0 | 0.00081973055 | |
| 21246051 | 4 hours ago | | | 0 | 0.0011692293 | |
| 21245170 | 7 hours ago | | | 0 | 0.0026763776 | |
| 21244956 | 8 hours ago | | | 0 | 0.00043714808 |
ABI
ABI objects
Getter at block 21247378
DOMAIN_SEPARATOR() view returns (bytes32)
0x85df006d8efff5040f4fdd173197325caa418545ff9f6fbab526b624756ff362
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
cachedChainId() view returns (uint256)
1
cachedDomainSeparator() view returns (bytes32)
0x85df006d8efff5040f4fdd173197325caa418545ff9f6fbab526b624756ff362
decimals() view returns (uint8)
18
name() view returns (string)
tBTC v2
owner() view returns (address)
0x9c070027cdc9dc8f82416b2e5314e11dfb4fe3cd
symbol() view returns (string)
tBTC
totalSupply() view returns (uint256)
5056392259370000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
mint(address recipient, uint256 amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address recipient, uint256 amount)
recoverERC721(address token, address recipient, uint256 tokenId, bytes data)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.