tBTC Deposit Token
Verified contract
Active on
Ethereum with 3,101 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 Deposit Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17140396 | 2 years ago | | | 0 | 0.0012919698 | |
| 16966946 | 2 years ago | | | 0 | 0.0012145718 | |
| 16835158 | 2 years ago | | | 0 | 0.0015651423 | |
| 16835132 | 2 years ago | | | 0 | 0.0014666702 | |
| 16835107 | 2 years ago | | | 0 | 0.0015812904 | |
| 16835092 | 2 years ago | | | 0 | 0.0018661525 | |
| 16835072 | 2 years ago | | | 0 | 0.0016777069 | |
| 16835020 | 2 years ago | | | 0 | 0.0015239438 | |
| 16834991 | 2 years ago | | | 0 | 0.0016215357 | |
| 16834979 | 2 years ago | | | 0 | 0.0017727638 |
ABI
ABI objects
Getter at block 21262217
name() view returns (string)
tBTC Deposit Token
symbol() view returns (string)
TDT
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveAndCall(address _spender, uint256 _tdtId, bytes _extraData) returns (bool)
initialize(address _factory)
mint(address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _depositFactoryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.