YieldTokenTellerV2Proxy

Verified contract

Proxy

Active on Ethereum with 3,276 txns
Deployed by via 0x473e97cf at 19813968
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
ERC-20
Value $21,153,091.24
0xf27b4dc5a7a0bb1db7431b2dfd39abd4852b0dc73b1f35eca384756d106e06c3
0x7517b2bd49f0bd9f62a3869c85b47d5f6c3531989bd3fe36e4a7b27411892a76
0xce55cecaf624fe8a9fa91433f00c598e449eebab99cef4c52a6afea6b1a8bdbd
0x7ad186a04d591719f0257d8c78443d4a5670ad3ba04f33c8c31f0f523f3ec5b0
0xb649706cadd0661b0fa31fc211592660dc0c8dbcb0ae00df63b4a04e13238250
0x134f3c3ef33c0f810e3e531596fa9a13657da9f75d5855661e66b5ef95b7622d
0x430652214c48e5526d7f918d8109a3e87c3a1ea91b1a93c6e66ca969c3b5a602
0x9fc59feada9cf66628e21c6b18f3241400d482fe36ef285bc2468a175d5b7295
0x3a4ba3151d030a51129e3aab04c6920292a2c57c4a72de92e96b049fb389fc54
0x2bb6599678d0218024355d8d7741e744878a4dd9513c1d94b82c638e32435965

Functions
Getter at block 21296737
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
 
proxiableUUID(view returns (bytes32)
sellFee(view returns (uint256)
100000000000000000
stable(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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 _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
BadAddress(
BadAmount(
BadFee(
BadPrice(
BadTime(
NotPermissioned(
YearNotFound(