Vehicle Owner’s Benefit
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Vehicle Owner’s Benefit"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7436127 | 6 years ago | | | 0 | 0.000052297000 | |
| 7436118 | 6 years ago | | | 0 | 0.00014918800 | |
| 7436004 | 6 years ago | | | 0 | 0.00010459400 | |
| 7209274 | 6 years ago | | | 0 | 0.00015669900 | |
| 6817088 | 6 years ago | | | 0 | 0.00033509700 | |
| 6817083 | 6 years ago | | | 0 | 0.0021415530 | |
| 6817050 | 6 years ago | | | 0 | 0.00029786400 | |
| 6817028 | 6 years ago | | | 0 | 0.0015265530 | |
| 6816966 | 6 years ago | | | 0 | 0.0021415530 | |
| 6816808 | 6 years ago | | | 0 | 0.00052297000 |
ABI
ABI objects
Getter at block 21279491
decimals() view returns (uint8)
18
name() view returns (string)
Vehicle Owner’s Benefit
symbol() view returns (string)
VOB
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 _initialSupply, string _tokenName, string _tokenSymbol, uint8 _decimalUnits)
This contract contains no fallback and receive objects.
This contract contains no error objects.