Vault Smart Security
Verified contract
Active on
Ethereum with 5,304 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149599 | 5 months ago | | | 0 | 0.000094039200 | |
| 18839741 | a year ago | | | 0 | 0.0019250726 | |
| 18832652 | a year ago | | | 0 | 0.0019923558 | |
| 18830609 | a year ago | | | 0 | 0.0030743611 | |
| 16519093 | 2 years ago | | | 0 | 0.00069092699 | |
| 13910211 | 3 years ago | | | 0 | 0.0059921400 | |
| 13361510 | 3 years ago | | | 0 | 0.0048497600 | |
| 13325219 | 3 years ago | | | 0 | 0.0045644800 | |
| 12743667 | 3 years ago | | | 0 | 0.0014840800 | |
| 12682243 | 3 years ago | | | 0 | 0.0012557600 |
ABI
ABI objects
Getter at block 21257217
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Vault Smart Security
owner() view returns (address)
0xd8a4fcd2fee0898bef337b99444b351f2585234b
symbol() view returns (string)
VSS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
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)
renounceOwnership()
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)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
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.