Novak Protocol
Verified contract
Active on
Ethereum with 48 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 |
---|---|---|---|---|---|
NOV | ERC-20 | 3.809327K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19116578 | 9 months ago | | | 0 | 0.021154319 | |
| 19034314 | 9 months ago | | | 0 | 0.0016209186 | |
| 19034306 | 9 months ago | | | 0 | 0.0015905435 | |
| 19029534 | 10 months ago | | | 0 | 0.0016709497 | |
| 19029460 | 10 months ago | | | 0 | 0.0014730239 | |
| 19029452 | 10 months ago | | | 0 | 0.0019808670 | |
| 19029449 | 10 months ago | | | 0 | 0.0018538498 | |
| 19029442 | 10 months ago | | | 0 | 0.0032910463 | |
| 19029439 | 10 months ago | | | 0 | 0.0020374753 | |
| 19029439 | 10 months ago | | | 0 | 0.0021342061 |
ABI
ABI objects
Getter at block 21102113
buyLimit() view returns (uint256)
200
buyTax() view returns (uint256)
1
calculateApy() view returns (uint256)
0
calculateTvl() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Novak Protocol
owner() view returns (address)
0x55a90f1583939bd2d68709c59ab6750392f99925
pool() view returns (address)
0xc1945183c591877b49bf00ab5ffe11285faa5deb
symbol() view returns (string)
NOV
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
apyOf(address) view returns (uint256)
balanceOf(address) view returns (uint256)
tvlOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openMarket(address _pool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateTvlAndApy(address _vault, uint256 _TVL, uint256 _APY)
upgradeOwner(address _owner)
upgradeVaultOwner(address _vault, address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.