Virtue Player Points
Verified contract
Active on
Ethereum with 25,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ea0…5e22
Balances ($528.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VPP | ERC-20 | 86.955234K | $0.006076 |
$528.38 | |
SRM | ERC-20 | 7.5 | $0.030206 |
$0.23 | |
WETH | ERC-20 | 0 | $3,197.90 |
$0 | |
UKAN | ERC-20 | 0.004778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161011 | 28 minutes ago | | | 0 | 0.00098876929 | |
| 21160986 | 33 minutes ago | | | 0 | 0.00066065694 | |
| 21160978 | 35 minutes ago | | | 0 | 0.00070037983 | |
| 21159397 | 6 hours ago | | | 0 | 0.0020179458 | |
| 21158363 | 9 hours ago | | | 0 | 0.0011852271 | |
| 21158174 | 10 hours ago | | | 0 | 0.0014064664 | |
| 21158073 | 10 hours ago | | | 0 | 0.0011923677 | |
| 21158069 | 10 hours ago | | | 0 | 0.0020218790 | |
| 21157134 | 13 hours ago | | | 0 | 0.00084716479 | |
| 21155214 | 20 hours ago | | | 0 | 0.00083816185 |
ABI
ABI objects
Getter at block 21161149
controller() view returns (address)
0x4ea00a11ebbcf5e217902a1ec116ce73f7fc5e22
decimals() view returns (uint8)
18
name() view returns (string)
Virtue Player Points
owner() view returns (address)
0xaa0ae3459f9f3472d1237015cafc1aafc6f03c63
symbol() view returns (string)
VPP
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setController(address _controller)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
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(uint256 _supply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.