YVS.Finance
Verified contract
Active on
Ethereum with 5,009 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 |
---|---|---|---|---|---|
YVS | ERC-20 | 1.286449K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102613 | 9 days ago | | | 0 | 0.00021558251 | |
| 21099711 | 10 days ago | | | 0 | 0.00019569155 | |
| 21076074 | 13 days ago | | | 0 | 0.00046504415 | |
| 21042676 | 18 days ago | | | 0 | 0.00052338206 | |
| 20744031 | 2 months ago | | | 0 | 0.00045346032 | |
| 20743556 | 2 months ago | | | 0 | 0.0023802678 | |
| 20396357 | 4 months ago | | | 0 | 0.000080701440 | |
| 20254741 | 4 months ago | | | 0 | 0.000083353585 | |
| 20242315 | 4 months ago | | | 0 | 0.00019488902 | |
| 20166599 | 5 months ago | | | 0 | 0.000075947556 |
ABI
ABI objects
Getter at block 21169046
burnedSupply() view returns (uint256)
46389817992500000000000
decimals() view returns (uint256)
18
name() view returns (string)
YVS.Finance
owner() view returns (address)
0x0c954cb86352fc56aad062f78489cba625535297
symbol() view returns (string)
YVS
taxRate() view returns (uint256)
75
taxedSupply() view returns (uint256)
111689131416645559705142
totalSupply() view returns (uint256)
1953610182007500000000000
Read-only
_whitelistedAddresses(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelistedAddress(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeWhitelistedAddress(address _address)
renounceOwnership()
setTaxAddress(address taxAddress_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.