VIP Tokens
Verified contract
Active on
Ethereum with 1,294 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11327056 | 4 years ago | | | 0 | 0.00058099750 | |
| 11070679 | 4 years ago | | | 0 | 0.0010443750 | |
| 9205887 | 5 years ago | | | 0 | 0.0036000000 | |
| 9205867 | 5 years ago | | | 0 | 0.0036000000 | |
| 9205798 | 5 years ago | | | 0 | 0.0036000000 | |
| 8978756 | 5 years ago | | | 0 | 0.00081000000 | |
| 8221500 | 5 years ago | | | 0 | 0.0012000000 | |
| 8139522 | 5 years ago | | | 0 | 0.00016172400 | |
| 8128542 | 5 years ago | | | 0 | 0.00025101112 | |
| 8103137 | 5 years ago | | | 0 | 0.0010496730 |
ABI
ABI objects
Getter at block 21272830
decimals() view returns (uint8)
18
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
VIP Tokens
owner() view returns (address)
0x0ad55aa3b5b1d7b84041090b4e85b1ef7b77167f
stopped() view returns (bool)
false
symbol() view returns (string)
VIP
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address accountOwner, address spender) view returns (uint256 remaining)
balanceOf(address sender) view returns (uint256 balance)
balances(address) view returns (uint256)
frozenAccount(address) view returns (uint256 amount, uint256 unlockStartTime, uint256 unlockInterval, uint256 unlockPercent, bool isValue)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
close()
freezeAccount(address target, uint256 value, uint256 unlockStartTime, uint256 unlockIntervalUnit, uint256 unlockInterval, uint256 unlockPercent)
migrate()
setMigrationAgent(address _agent)
toggleContractActive()
transfer(address to, uint256 value)
transferAndFreeze(address target, uint256 value, uint256 unlockStartTime, uint256 unlockIntervalUnit, uint256 unlockInterval, uint256 unlockPercent)
transferFrom(address from, address to, uint256 value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed accountOwner, address indexed spender, uint256 value)
FrozenFunds(address indexed target, uint256 value, uint256 unlockStartTime, uint256 unlockIntervalUnit, uint256 unlockInterval, uint256 unlockPercent)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address indexed from, address indexed to, uint256 value)
UpgradeAgentSet(address agent)
constructor()
fallback()
This contract contains no error objects.