VAIOT Token
Verified contract
Active on
Ethereum with 13,326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CFi | ERC-20 | 22.402846 | $0.156539 |
$3.51 | |
VAI | ERC-20 | 434.547308K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188406 | 2 days ago | | | 0 | 0.00070791138 | |
| 21172092 | 5 days ago | | | 0 | 0.0019680417 | |
| 21159016 | 6 days ago | | | 0 | 0.0017673517 | |
| 21133833 | 10 days ago | | | 0 | 0.00027473963 | |
| 21116084 | 12 days ago | | | 0 | 0.00048245825 | |
| 21084021 | 17 days ago | | | 0 | 0.00018315449 | |
| 21066829 | 19 days ago | | | 0 | 0.00059641929 | |
| 20988108 | a month ago | | | 0 | 0.00086220771 | |
| 20985736 | a month ago | | | 0 | 0.00046110999 | |
| 20848714 | 2 months ago | | | 0 | 0.00018785164 |
ABI
ABI objects
Getter at block 21205571
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
granularity() view returns (uint256)
1
name() view returns (string)
VAIOT Token
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
VAI
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256) view returns (uint256, bytes)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, address _trustedSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.