TransmuterBuffer
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "TransmuterBuffer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransmuterBuffer"
ABI
ABI objects
Getter at block 21222774 getTotalCredit() view returns (uint256 credit)
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER() view returns (bytes32)
0x71a9859d7dd21b24504a6f306077ffc2d510b4d4b61128e931fe937441ad1836
alchemist() view returns (address)
0x0000000000000000000000000000000000000000
debtToken() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
2.2.0
Read-only
_yieldTokens(address, uint256) view returns (address)
amos(address) view returns (address)
currentExchanged(address) view returns (uint256)
divertToAmo(address) view returns (bool)
flowAvailable(address) view returns (uint256)
flowRate(address) view returns (uint256)
getAvailableFlow(address underlyingToken) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalUnderlyingBuffered(address underlyingToken) view returns (uint256 totalBuffered)
getWeight(address weightToken, address token) view returns (uint256 weight)
hasRole(bytes32 role, address account) view returns (bool)
lastFlowrateUpdate(address) view returns (uint256)
registeredUnderlyings(uint256) view returns (address)
sources(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
transmuter(address) view returns (address)
weightings(address) view returns (uint256 totalWeight)
State-modifying
Events burnCredit()
depositFunds(address underlyingToken, uint256 amount)
exchange(address underlyingToken)
flushToAmo(address underlyingToken, uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _admin, address _debtToken)
onERC20Received(address underlyingToken, uint256 amount)
refreshStrategies()
registerAsset(address underlyingToken, address _transmuter)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAlchemist(address _alchemist)
setAmo(address underlyingToken, address amo)
setDivertToAmo(address underlyingToken, bool divert)
setFlowRate(address underlyingToken, uint256 _flowRate)
setSource(address source, bool flag)
setTransmuter(address underlyingToken, address newTransmuter)
setWeights(address weightToken, address[] tokens, uint256[] weights)
withdraw(address underlyingToken, uint256 amount, address recipient)
withdrawFromAlchemist(address yieldToken, uint256 shares, uint256 minimumAmountOut)
RefreshStrategies()
RegisterAsset(address underlyingToken, address transmuter)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetAlchemist(address alchemist)
SetAmo(address underlyingToken, address amo)
SetDivertToAmo(address underlyingToken, bool divert)
SetFlowRate(address underlyingToken, uint256 flowRate)
SetSource(address source, bool flag)
SetTransmuter(address underlyingToken, address transmuter)
constructor()
This contract contains no fallback and receive objects.
ERC20CallFailed(address target, bool success, bytes data)
IllegalArgument()
IllegalState()
Unauthorized()