TUBES
Verified contract
Proxy
Active on
Ethereum with 29,713 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
Balances ($10.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10 | $1.001 |
$10.01 | |
TUBES | ERC-20 | 7.767K | -- | -- | |
TUBE2 | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244010 | 7 minutes ago | | | 0 | 0.00062266380 | |
| 21244003 | 8 minutes ago | | | 0 | 0.00087046849 | |
| 21243993 | 10 minutes ago | | | 0 | 0.00052349285 | |
| 21243940 | 21 minutes ago | | | 0 | 0.00065591849 | |
| 21243935 | 22 minutes ago | | | 0 | 0.00079219782 | |
| 21243913 | 26 minutes ago | | | 0 | 0.00098705869 | |
| 21243812 | an hour ago | | | 0 | 0.00094104766 | |
| 21243804 | an hour ago | | | 0 | 0.00086627280 | |
| 21243777 | an hour ago | | | 0 | 0.0010665550 | |
| 21243770 | an hour ago | | | 0 | 0.00066976315 |
ABI
ABI objects
Getter at block 21244042
decimals() view returns (uint8)
18
getTokenOwnerAddress() view returns (address)
0x985ba524b8570ebea6afa8b113a5f2bba10fdb27
name() view returns (string)
TUBES
symbol() view returns (string)
TUBES
totalSupply() view returns (uint256)
39000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals, uint256 totalSupply, address tokenOwnerAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.