ViralToken
Verified contract
Active on
Ethereum with 20,171 txns
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 |
---|---|---|---|---|---|
CCL | ERC-20 | 40 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19744109 | 7 months ago | | | 0 | 0.00040040800 | |
| 9868416 | 5 years ago | | | 0 | 0.000058481800 | |
| 9867061 | 5 years ago | | | 0 | 0.000025151000 | |
| 9833770 | 5 years ago | | | 0 | 0.000040151000 | |
| 9279117 | 5 years ago | | | 0 | 0.000040151000 | |
| 9199732 | 5 years ago | | | 0 | 0.000025151000 | |
| 9185792 | 5 years ago | | | 0 | 0.000056211400 | |
| 9063988 | 5 years ago | | | 0 | 0.000038163000 | |
| 8835323 | 5 years ago | | | 0 | 0.000038163000 | |
| 8815335 | 5 years ago | | | 0 | 0.00050375160 |
ABI
ABI objects
Getter at block 21310295
decimals() view returns (uint256)
18
name() view returns (string)
ViralToken
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdb29fdbc349c98f0313f37610d7864c5e02997e1
symbol() view returns (string)
VRT
totalSupply() view returns (uint256)
25000000000000000000000000
version() view returns (string)
v12000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.