Wrapped TAO
Verified contract
Active on
Ethereum with 60,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,378.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wTAO | ERC-20 | 30.602991 | $487.95 |
$14,932.73 | |
LMEOW | ERC-20 | 74.401544K | $0.069197 |
$5,148.36 | |
USDT | ERC-20 | 279.42522 | $1.002 |
$279.98 | |
wCOMAI | ERC-20 | 88 | $0.177365 |
$15.61 | |
USDC | ERC-20 | 2 | $1.001 |
$2 | |
APU | ERC-20 | 1 | $0.000989 |
$0 | |
GAYCRON | ERC-20 | 73.388949M | -- | -- | |
STAO | ERC-20 | 187.249521K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244130 | 7 minutes ago | | | 0 | 0.00072598539 | |
| 21243899 | an hour ago | | | 0 | 0.00080789909 | |
| 21243871 | an hour ago | | | 0 | 0.0023294780 | |
| 21243721 | an hour ago | | | 0 | 0.00086661603 | |
| 21243708 | 2 hours ago | | | 0 | 0.00087701777 | |
| 21243331 | 3 hours ago | | | 0 | 0.00072689522 | |
| 21243317 | 3 hours ago | | | 0 | 0.00070135937 | |
| 21243273 | 3 hours ago | | | 0 | 0.0017102979 | |
| 21243132 | 3 hours ago | | | 0 | 0.00047022581 | |
| 21243059 | 4 hours ago | | | 0 | 0.00052760969 |
ABI
ABI objects
Getter at block 21244162
BITTENSOR_FEE() view returns (uint256)
125000145
BRIDGE_ROLE() view returns (bytes32)
0x52ba824bfabc2bcfcdf7f0edbb486ebb05e1836c90e78047efeb949990f72e5f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_nonce() view returns (uint256)
22196
cumulative_bridged() view returns (uint256)
1137231317569909
cumulative_bridged_back() view returns (uint256)
990090964176698
decimals() view returns (uint8)
9
deployer() view returns (address)
0x5db4b98e3def62f0fce1267db1d77639c43c3b14
name() view returns (string)
Wrapped TAO
owner() view returns (address)
0x5db4b98e3def62f0fce1267db1d77639c43c3b14
symbol() view returns (string)
wTAO
totalSupply() view returns (uint256)
147140353393211
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bridgeBack(uint256 _amount, string _to) returns (bool)
bridgedTo(string[] _froms, address[] _tos, uint256[] _amounts) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reclaimToken(address _token)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBridge(address _bridge) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeSet(address indexed bridge)
BridgedBack(address indexed from, uint256 amount, string to, uint256 nonce)
BridgedTo(string from, address indexed to, uint256 amount, uint256 nonce)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.