YieldTokenTellerV2Proxy
Verified contract
Proxy
Active on
Ethereum with 3,276 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($21,153,091.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 21.157069M | $0.999812 |
$21,153,091.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296087 | 2 hours ago | | | 0 | 0.0017729851 | |
| 21295607 | 4 hours ago | | | 0 | 0.0017794494 | |
| 21295605 | 4 hours ago | | | 0 | 0.0020579740 | |
| 21295603 | 4 hours ago | | | 0 | 0.0020500261 | |
| 21295484 | 4 hours ago | | | 0 | 0.0023515504 | |
| 21295481 | 4 hours ago | | | 0 | 0.0024819207 | |
| 21295479 | 4 hours ago | | | 0 | 0.0025104524 | |
| 21295477 | 4 hours ago | | | 0 | 0.0026009092 | |
| 21294785 | 7 hours ago | | | 0 | 0.0013514482 | |
| 21294719 | 7 hours ago | | | 0 | 0.0017190005 |
ABI
ABI objects
Getter at block 21296737 proxiableUUID() view returns (bytes32)
afterHourTrading() view returns (uint256)
1400
authority() view returns (address)
0x470f3b37b9b20e13b0a2a5965df6bd3f9640dfb4
buyFee() view returns (uint256)
0
dedicated() view returns (address)
0x0000000000000000000000000000000000000000
dst() view returns (address)
0x7de7c7c50cfa3993e6b7d57aee7e0ba2860ccffb
feeRecipient() view returns (address)
0xed96e247655361031aee6514cd1b89c7141b59d5
isDST() view returns (bool)
false
oracle() view returns (address)
0x4c48bcb2160f8e0adbf9d4f3b034f1e36d1f8b3e
owner() view returns (address)
0x0e4e519691021d930072ff13c503a50626e31a8e
sellFee() view returns (uint256)
100000000000000000
stable() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
ytoken() view returns (address)
0x136471a34f6ef19fe571effc1ca711fdb8e49f2b
Read-only
buyPreview(uint256 _amount) view returns (uint256 payout, uint256 fee, int256 price)
sellPreview(uint256 _amount) view returns (uint256 payout, uint256 fee, int256 price)
State-modifying
Events buy(uint256 _amount) returns (uint256 amount)
buyFor(uint256 _amount, address _recipient) returns (uint256 amount)
buyWithPermit(address _from, uint256 _amount, address _recipient, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
initialize(address _owner, address _stable, uint256 _afterHourTrading, uint256 _buyFee, uint256 _sellFee, address _dedicated)
renounceOwnership()
sell(uint256 _amount) returns (uint256)
sellFor(uint256 _amount, address _recipient) returns (uint256)
setAfterHourTrading(uint256 _hourMinute)
setDedicated(address _dedicated)
setFees(uint256 _buy, uint256 _sell)
transfer(address _token, uint256 _amount, address _recipient)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AfterHourTradingSet(uint256 afterHourTrading, uint256 newAfterHourTrading)
BeaconUpgraded(address indexed beacon)
Bought(address indexed from, address indexed recipient, uint256 amount, uint256 paid, uint256 price, uint256 fee)
DedicatedSet(address oldDedicated, address newDedicated)
FeesSet(uint256 buyFee, uint256 newBuyFee, uint256 sellFee, uint256 newSellFee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed from, address indexed recipient, uint256 amount, uint256 received, uint256 price, uint256 fee)
Transferred(address indexed recipient, address indexed token, uint256 amount)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
BadAddress()
BadAmount()
BadFee()
BadPrice()
BadTime()
NotPermissioned()
YearNotFound()