Wellness Convertible
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,097.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.097904K | $0.999925 |
$2,097.75 | |
WCV | ERC-20 | 12M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18221784 | a year ago | | | 0 | 0.0010078904 | |
| 16518955 | 2 years ago | | | 0 | 0.00076660675 | |
| 16328524 | 2 years ago | | | 0 | 0.00093193858 | |
| 16328522 | 2 years ago | | | 0 | 0.0010690289 | |
| 16328521 | 2 years ago | | | 0 | 0.0023602630 | |
| 16262771 | 2 years ago | | | 0 | 0.00069896788 | |
| 15934577 | 2 years ago | | | 0 | 0.0039690814 | |
| 15679749 | 2 years ago | | | 0 | 0.00035358624 | |
| 15409989 | 2 years ago | | | 0 | 0.00078026796 | |
| 15409955 | 2 years ago | | | 0 | 0.00073293849 |
ABI
ABI objects
Getter at block 21317427
decimals() view returns (uint8)
8
name() view returns (string)
Wellness Convertible
owner() view returns (address)
0x3d3a4098bca71f1fee2e28d0b9db9bbe0f708ea5
paused() view returns (bool)
false
symbol() view returns (string)
WCV
totalSupply() view returns (uint256)
6800000000000000
wellnessTreasuryAddress() view returns (address)
0x115d31069df4a47330803e1895697a5972bf478d
wellnessTreasuryTokens() view returns (uint256)
12000000
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)
burnFrom(address account, uint256 amount)
claimWellnessTreasury()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 tokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.