Vyral Token
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vyral Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12069801 | 4 years ago | | | 0 | 0.0064182800 | |
| 5791682 | 6 years ago | | | 0 | 0.0010015070 | |
| 5469382 | 7 years ago | | | 0 | 0.0013714960 | |
| 5174075 | 7 years ago | | | 0 | 0.00097964000 | |
| 5174051 | 7 years ago | | | 0 | 0.00097964000 | |
| 5162653 | 7 years ago | | | 0 | 0.00051431100 | |
| 5135410 | 7 years ago | | | 0 | 0.000049110000 | |
| 5101004 | 7 years ago | | | 0 | 0.00012245500 | |
| 5100995 | 7 years ago | | | 0 | 0.000093280000 | |
| 5054880 | 7 years ago | | | 0 | 0.00048972000 |
ABI
ABI objects
Getter at block 21189697
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
Vyral Token
TOKEN_SYMBOL() view returns (string)
SHARE
TOTAL_SUPPLY() view returns (uint256)
777777777000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Vyral Token
owner() view returns (address)
0x7bced6dd13491527291ba8c833cc4723f3cbc10b
symbol() view returns (string)
SHARE
totalSupply() view returns (uint256)
777777777000000000000000000
version() view returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalanceOf(address _owner) view returns (uint256)
transferrers(address) view returns (bool)
State-modifying
Events addTransferrer(address _transferrer)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
enableTransfers() returns (bool)
releaseBonus()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferReward(address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.