Genesis Vision Token
Verified contract
Active on
Ethereum with 93,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($118.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DENT | ERC-20 | 100K | $0.00117 |
$117.01 | |
GET | ERC-20 | 2 | $0.633449 |
$1.27 | |
SALT | ERC-20 | 6.009 | $0.004872 |
$0.03 | |
DRGN | ERC-20 | 0.1 | $0.018728 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
STMX | ERC-20 | 150M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244234 | 9 hours ago | | | 0 | 0.00084397642 | |
| 21215022 | 4 days ago | | | 0 | 0.00062899910 | |
| 21214868 | 4 days ago | | | 0 | 0.00065094547 | |
| 21200490 | 6 days ago | | | 0 | 0.00074730657 | |
| 21172564 | 10 days ago | | | 0 | 0.0016510022 | |
| 21163865 | 12 days ago | | | 0 | 0.0048832200 | |
| 21118182 | 18 days ago | | | 0 | 0.0048853800 | |
| 21100358 | 20 days ago | | | 0 | 0.00052427305 | |
| 21090035 | 22 days ago | | | 0 | 0.00023237883 | |
| 21063560 | a month ago | | | 0 | 0.00037516498 |
ABI
ABI objects
Getter at block 21246821
decimals() view returns (uint256)
18
ico() view returns (address)
0x4e9547d1a1154ee0451f063c253ad8dc39d5384c
isFrozen() view returns (bool)
false
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
migrationMaster() view returns (address)
0xb3b9adb05fd11db68ffcc036e3eb7ac476a17ee6
name() view returns (string)
Genesis Vision Token
symbol() view returns (string)
GVT
totalMigrated() view returns (uint256)
0
totalSupply() view returns (uint256)
4436643928533333333333331
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
migrate(uint256 value)
mint(address holder, uint256 value)
setMigrationAgent(address _agent)
setMigrationMaster(address _master)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreeze()
Approval(address indexed owner, address indexed spender, uint256 value)
Migrate(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ico, address _migrationMaster)
This contract contains no fallback and receive objects.
This contract contains no error objects.