VMembers Coin
Verified contract
Active on
Ethereum with 3,385 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15100629 | 2 years ago | | | 0 | 0.00074301658 | |
| 13906981 | 3 years ago | | | 0 | 0.0044531068 | |
| 12087752 | 4 years ago | | | 0 | 0.0046995600 | |
| 12087644 | 4 years ago | | | 0 | 0.0036000000 | |
| 11780731 | 4 years ago | | | 0 | 0.0082286460 | |
| 11494377 | 4 years ago | | | 0 | 0.0033352280 | |
| 11364719 | 4 years ago | | | 0 | 0.0027428820 | |
| 10924056 | 4 years ago | | | 0 | 0.0018147314 | |
| 10886125 | 4 years ago | | | 0 | 0.0091956999 | |
| 10839401 | 4 years ago | | | 0 | 0.0059534915 |
ABI
ABI objects
Getter at block 21213263
decimals() view returns (uint8)
18
name() view returns (string)
VMembers Coin
owner() view returns (address)
0x4086900c15e6013c4b9e9cda22eb3fd4427e5c74
symbol() view returns (string)
VMC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value)
transfer(address _to, uint256 _value, bytes _data)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.