GhoFlashMinter
Verified contract
Active on
Ethereum with 0 txns
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 "GhoFlashMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GhoFlashMinter"
ABI
ABI objects
Getter at block 21247353
ADDRESSES_PROVIDER() view returns (address)
0x2f39d218133afab8f2b819b1066c7e434ad94e9e
CALLBACK_SUCCESS() view returns (bytes32)
0x439148f0bbc682ca079e46d6e2c2f0c1e3b820f1a291b069d8882abf8cf18dd9
GHO_TOKEN() view returns (address)
0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f
MAX_FEE() view returns (uint256)
10000
getFee() view returns (uint256)
0
getGhoTreasury() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
Read-only
flashFee(address token, uint256 amount) view returns (uint256)
maxFlashLoan(address token) view returns (uint256)
State-modifying
Events distributeFeesToTreasury()
flashLoan(address receiver, address token, uint256 amount, bytes data) returns (bool)
updateFee(uint256 newFee)
updateGhoTreasury(address newGhoTreasury)
FeeUpdated(uint256 oldFee, uint256 newFee)
FeesDistributedToTreasury(address indexed ghoTreasury, address indexed asset, uint256 amount)
FlashMint(address indexed receiver, address indexed initiator, address asset, uint256 indexed amount, uint256 fee)
GhoTreasuryUpdated(address indexed oldGhoTreasury, address indexed newGhoTreasury)
constructor(address ghoToken, address ghoTreasury, uint256 fee, address addressesProvider)
This contract contains no fallback and receive objects.
This contract contains no error objects.