Vehicle Mining System
Verified contract
Active on
Ethereum with 21,268 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 |
---|---|---|---|---|---|
VMS | ERC-20 | 55.05K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075541 | 12 days ago | | | 0 | 0.00039954463 | |
| 20402121 | 3 months ago | | | 0 | 0.00031767300 | |
| 20338931 | 4 months ago | | | 0 | 0.00036669500 | |
| 20337703 | 4 months ago | | | 0 | 0.00050443443 | |
| 20337611 | 4 months ago | | | 0 | 0.00022058241 | |
| 20284783 | 4 months ago | | | 0 | 0.00083796800 | |
| 20275991 | 4 months ago | | | 0 | 0.00015825650 | |
| 20275983 | 4 months ago | | | 0 | 0.00094293000 | |
| 20118977 | 5 months ago | | | 0 | 0.0016755520 | |
| 20008410 | 5 months ago | | | 0 | 0.00031378787 |
ABI
ABI objects
Getter at block 21159345
decimals() view returns (uint8)
18
name() view returns (string)
Vehicle Mining System
owner() view returns (address)
0xaa60ab619d3f7c3ab94f29759351eeef39de1993
symbol() view returns (string)
VMS
totalSupply() view returns (uint256)
3998000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.