YieldTokenTellerV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x33b2989e at 19921905
Slot
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

No balances found for "YieldTokenTellerV2"

No transactions found for "YieldTokenTellerV2"


Functions
Getter at block 21296737
afterHourTrading(view returns (uint256)
0
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)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
sellFee(view returns (uint256)
0
stable(view returns (address)
0x0000000000000000000000000000000000000000
ytoken(view returns (address)
0x136471a34f6ef19fe571effc1ca711fdb8e49f2b
Read-only
buyPreview(uint256 _amountview returns (uint256 payoutuint256 feeint256 price)
sellPreview(uint256 _amountview returns (uint256 payoutuint256 feeint256 price)
State-modifying
buy(uint256 _amountreturns (uint256 amount)
buyFor(uint256 _amountaddress _recipientreturns (uint256 amount)
buyWithPermit(address _fromuint256 _amountaddress _recipientuint256 _deadlineuint8 _vbytes32 _rbytes32 _sreturns (uint256)
initialize(address _owneraddress _stableuint256 _afterHourTradinguint256 _buyFeeuint256 _sellFeeaddress _dedicated
renounceOwnership(
sell(uint256 _amountreturns (uint256)
sellFor(uint256 _amountaddress _recipientreturns (uint256)
setAfterHourTrading(uint256 _hourMinute
setDedicated(address _dedicated
setFees(uint256 _buyuint256 _sell
transfer(address _tokenuint256 _amountaddress _recipient
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
AfterHourTradingSet(uint256 afterHourTradinguint256 newAfterHourTrading
BeaconUpgraded(address indexed beacon
Bought(address indexed fromaddress indexed recipientuint256 amountuint256 paiduint256 priceuint256 fee
DedicatedSet(address oldDedicatedaddress newDedicated
FeesSet(uint256 buyFeeuint256 newBuyFeeuint256 sellFeeuint256 newSellFee
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Sold(address indexed fromaddress indexed recipientuint256 amountuint256 receiveduint256 priceuint256 fee
Transferred(address indexed recipientaddress indexed tokenuint256 amount
Upgraded(address indexed implementation
Constructor
constructor(address _ytokenaddress _oracleaddress _dstaddress _authorityaddress _feeRecipient
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadAddress(
BadAmount(
BadFee(
BadPrice(
BadTime(
NotPermissioned(
YearNotFound(