Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
00 | ERC-20 | 2.390345 | $0.040152 |
$0.1 | |
XCN | ERC-20 | 12.232379 | $0.001549 |
$0.02 | |
TBTC | ERC-20 | 0.005696 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118059 | 6 days ago | | | 0 | 0.00023633506 | |
| 21113639 | 6 days ago | | | 0 | 0.00030891332 | |
| 21091792 | 9 days ago | | | 0 | 0.00022716462 | |
| 20980540 | 25 days ago | | | 0 | 0.00092839017 | |
| 20952724 | a month ago | | | 0 | 0.00032435132 | |
| 20840628 | a month ago | | | 0 | 0.00029517242 | |
| 20711501 | 2 months ago | | | 0 | 0.000081400471 | |
| 20709090 | 2 months ago | | | 0 | 0.000092109663 | |
| 20675745 | 2 months ago | | | 0 | 0.000028452770 | |
| 20660288 | 2 months ago | | | 0 | 0.000024195000 |
ABI
ABI objects
Getter at block 21159376
decimals() view returns (uint8)
18
name() view returns (string)
tBTC
symbol() view returns (string)
TBTC
totalSupply() view returns (uint256)
14000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _VendingMachine)
This contract contains no fallback and receive objects.
This contract contains no error objects.