VIX Coin
Verified contract
Active on
Ethereum with 3,147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdf63…c792
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9812476 | 5 years ago | | | 0 | 0.00049925860 | |
| 9617235 | 5 years ago | | | 0 | 0.00029750400 | |
| 9125491 | 5 years ago | | | 0 | 0.00018999200 | |
| 8487601 | 5 years ago | | | 0 | 0.0016912500 | |
| 8469589 | 5 years ago | | | 0 | 0.00080571429 | |
| 8082396 | 5 years ago | | | 0 | 0.00069404297 | |
| 7905661 | 6 years ago | | | 0 | 0.00037857600 | |
| 7892358 | 6 years ago | | | 0 | 0.000094516000 | |
| 7831768 | 6 years ago | | | 0 | 0.0011078100 | |
| 7823161 | 6 years ago | | | 0 | 0.000094516000 |
ABI
ABI objects
Getter at block 21433544
controller() view returns (address)
0x4e624bfb4594a8d93f8c44e52923c892d46da194
creationBlock() view returns (uint256)
4869696
decimals() view returns (uint8)
18
name() view returns (string)
VIX Coin
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VIX
tokenFactory() view returns (address)
0xdf635aa713ac3de01dffc5e1ff06c5de3011c792
totalSupply() view returns (uint256)
37000000000000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.