ETF

Verified contract

Active on Ethereum with 1,163 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,271.81
ERC-20
--
0x9662fb797cff9cf911e3fa9fc97cd4f93d258a48661b4f6f08ce98605e2669b1
0x501704548175c1f632069e52ad4ddffc0a9d2d6a4da904ed747a9e51581053fd
0xce3ded272097313b1eb3cbeda594c2126e3e0426ef204353f6acf2542fab7a4d
0x998dc7fdc142a09dbe20f6164ce7afbdb2661889036a8a5e0d519fc586b00ffb
0xba23d9fba4272d08674f032cdf6cccb6f1a5f16ca8aaec769601f13641ac5112
0x4cbb9e311b367792d7b9bb937a90c429b879c0c25878b0b10218cc80b26f205f
0x5ad41ec1020576d9a29638f33b72666a905f1c9b71f0796041c09c15ca15a9b6
0x5c337345e080d2b8463796ec71fc7644793a07642bcdc140b922c294112a9779
0xb300c9a5785a2c47dcc9975eb0ab363cb1c7852cb662cbc22f8c72d1b8f9604a
0xafe49a40d1a89614da0c2f1e74be7b468101a88d9adbba37771144876ad03dd9

Functions
Getter at block 20985259
USDC(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bondCap(view returns (uint256)
10000000000000000000000
bondOpen(view returns (bool)
true
bondPrice(view returns (uint256)
55000
decimals(view returns (uint8)
18
name(view returns (string)
ETF
owner(view returns (address)
0x31ba7fbb25b37fc0dd2ebf1aaa8e4058ba801009
remainingbondableTokens(view returns (uint256)
9972745326833843683325
symbol(view returns (string)
ETF
totalSupply(view returns (uint256)
27254673166156316675
vestingTime(view returns (uint256)
432000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
canclaimTokens(address _addressview returns (uint256)
remainingVestedTime(address _addressview returns (uint256)
userInfo(addressview returns (uint256 totalbondeduint256 finalInteractionBlockuint256 VestTime)
State-modifying
approve(address spenderuint256 valuereturns (bool)
bond(uint256 _amount
burn(uint256 _amount
claim(
recoverTreasuryTokens(
renounceOwnership(
setOpenbond(bool _bondOpen
setbondPrice(uint256 _bondPrice
setceil(uint256 _bondCap
setvestingTime(uint256 _period
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _BTC
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token