YieldReserve
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MTV | ERC-20 | 1K | $0.001015 |
$1.01 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18920431 | 10 months ago | | | 0 | 0.0015479887 | |
| 18920111 | 10 months ago | | | 0 | 0.0012223182 | |
| 18564629 | a year ago | | | 0 | 0.0037879765 | |
| 18564522 | a year ago | | | 0 | 0.0042299889 | |
| 18564516 | a year ago | | | 0 | 0.0044714169 | |
| 18392085 | a year ago | | | 0 | 0.0015756499 | |
| 18292675 | a year ago | | | 0 | 0.00088039971 | |
| 18291787 | a year ago | | | 0 | 0.00078950725 | |
| 17892010 | a year ago | | | 0 | 0.0011836347 | |
| 17879427 | a year ago | | | 0 | 0.0015050644 |
ABI
ABI objects
Getter at block 21209444
controllerAddress() view returns (address)
0x2d75aae9d4209b423db0cddba8649e1c9ff44872
owner() view returns (address)
0x931250786dfd106b1e63c7fd8f0d854876a45200
tokenInterface() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
vaultAddress() view returns (address)
0x3eaa4b3e8967c02ce1304c1eb35e8c5409838dfc
Read-only
deployedCapital(bytes32 foreignHash) view returns (uint256)
State-modifying
Events adjustDeployedCapital(bytes32 foreignHash, uint256 amountHarvested, bool isNegative)
claim(uint256 dailyInterestAmount)
deployCapital(uint256 deploymentAmount, bytes32 foreignNetwork)
deployCapitalToEoa(address targetAddr, uint256 deploymentAmount)
setController(address controllerAddr)
setProvider(bytes32 foreignNetwork, address xChainProvider, address recipientAddress)
setVaultAddress(address addr)
transferOwnership(address addr)
transferToMultipleAddresses(address[] addresses, uint256[] amounts)
transferToVault(uint256 amount)
OnCapitalDeployed(address toAddress, address throughAddress, uint256 amount, bytes32 targetNetwork)
OnControllerChanged(address prevAddress, address newAddress)
OnTransferToMultipleAddresses()
OnVaultAddressChanged(address prevAddress, address newAddress)
OnVaultTransfer(uint256 amount)
OwnershipTransferred(address previousOwner, address newOwner)
constructor(address ownerAddr, address controllerAddr, address eip20Interface, address whitelistInterface)
This contract contains no fallback and receive objects.
This contract contains no error objects.