Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003883 |
$0 | |
voot | ERC-20 | 129 | -- | -- | |
Atr | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18184658 | a year ago | | | 0 | 0.00051567269 | |
| 18004648 | a year ago | | | 0 | 0.00041444414 | |
| 18004580 | a year ago | | | 0 | 0.00067216955 | |
| 11605642 | 4 years ago | | | 0 | 0.0053194020 | |
| 11413024 | 4 years ago | | | 0 | 0.0031297801 | |
| 11403863 | 4 years ago | | | 0 | 0.00074350000 | |
| 11384489 | 4 years ago | | | 0 | 0.00075093500 | |
| 11377896 | 4 years ago | | | 0 | 0.0011152501 | |
| 11319289 | 4 years ago | | | 0 | 0.0027806900 | |
| 11313000 | 4 years ago | | | 0 | 0.0017174850 |
ABI
ABI objects
Getter at block 21161144
decimals() view returns (uint8)
18
founderAddress() view returns (address)
0xafd0895546e07ad1bb11bf31c0c9794f921c0c17
name() view returns (string)
VOOT
symbol() view returns (string)
voot
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeFounderAddress(address _founderAddress)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeFounderAddress(uint256 _blockTimeStamp, address indexed _founderAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _founderAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.