VV Coin
Verified contract
Active on
Ethereum with 14,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEAUTY | ERC-20 | 10 | -- | -- | |
BEAUTY | ERC-20 | 10 | -- | -- | |
EKT | ERC-20 | 10 | -- | -- | |
BEAUTY | ERC-20 | 5 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10494118 | 4 years ago | | | 0 | 0.0013380500 | |
| 10491689 | 4 years ago | | | 0 | 0.0027144650 | |
| 8006330 | 5 years ago | | | 0 | 0.0011760500 | |
| 8004493 | 5 years ago | | | 0 | 0.00021408400 | |
| 7490031 | 6 years ago | | | 0 | 0.0026728500 | |
| 7402063 | 6 years ago | | | 0 | 0.0026664500 | |
| 6549927 | 6 years ago | | | 0 | 0.0026728500 | |
| 6515406 | 6 years ago | | | 0 | 0.0011212530 | |
| 6490680 | 6 years ago | | | 0 | 0.0019260500 | |
| 6447947 | 6 years ago | | | 0 | 0.00055479900 |
ABI
ABI objects
Getter at block 21161783
ChargeFee() pure returns (uint256)
2
EthPerToken() pure returns (uint256)
26671
decimals() pure returns (uint8)
8
name() pure returns (string)
VV Coin
numberOwners() pure returns (uint256 NumberOwners)
3
ownerRequired() pure returns (uint256)
1
remainBalanced() pure returns (uint256)
266919706105736
symbol() pure returns (string)
VVI
totalSupply() pure returns (uint256)
300000000000000000
Read-only
Confirmations(bytes32, address) pure returns (bool)
RequireDispose(address) pure returns (bool)
Transactions(bytes32) pure returns (address destination, uint256 value, bytes data, bool executed)
balanceOf(address) pure returns (uint256)
confirmationCount(bytes32 TransHash) pure returns (uint256 count)
frozenAccount(address) pure returns (bool)
isConfirmed(bytes32 TransHash) pure returns (bool)
isOwner(address) pure returns (bool)
State-modifying
Events AccountVoid(address _from)
ConfirmDispose() returns (bool)
addOwner(address owner)
bonus(uint256 amount)
burn(uint256 amount)
changeRequirement(uint256 _newRequired)
confirmTransaction(bytes32 TransHash)
execute(address _to, uint256 _value, bytes _data) returns (bytes32 _r)
executeTransaction(bytes32 TransHash)
freezeAccount(address target, bool freeze)
kill()
removeOwner(address owner)
setFee(uint256 newValue)
setPrices(uint256 newValue)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value, bool _fee) returns (bool success)
Bonus(uint256 value)
Burn(uint256 value)
Confirmation(address sender, bytes32 transactionHash)
Execution(bytes32 transactionHash)
FeePaid(address indexed from, address indexed to, uint256 value)
FrozenFunds(address target, bool frozen)
OwnerAdded(address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
SubmitTransaction(bytes32 transactionHash)
Transfer(address indexed from, address indexed to, uint256 value)
VoidAccount(address indexed from, address indexed to, uint256 value)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.