Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XGR | ERC-20 | 18K | -- | -- | |
FLOV | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12618286 | 3 years ago | | | 0 | 0.00098421000 | |
| 12516703 | 4 years ago | | | 0 | 0.0052173660 | |
| 12483781 | 4 years ago | | | 0 | 0.0039697350 | |
| 11541194 | 4 years ago | | | 0 | 0.017772640 | |
| 11540927 | 4 years ago | | | 0 | 0.0050364450 | |
| 11437548 | 4 years ago | | | 0 | 0.0038677723 | |
| 11437463 | 4 years ago | | | 0 | 0.0016242963 | |
| 11437446 | 4 years ago | | | 0 | 0.0028092171 | |
| 11437437 | 4 years ago | | | 0 | 0.0028092171 | |
| 11307596 | 4 years ago | | | 0 | 0.0054603840 |
ABI
ABI objects
Getter at block 21312293
databaseAddress() view returns (address)
0x05bee33962905f710268056d2f2d6373a2369dc9
depositTypesCounter() view returns (uint256)
7
founderAddress() view returns (address)
0x078518bb821b484f362188c3ea3ebaf804eba9f9
interestMultiplier() view returns (uint256)
1000
owner() view returns (address)
0x610e3b4e804b367c182c5fc4d65d09c089723389
tokenAddress() view returns (address)
0xc937f5027d47250fa2df8cbf21f6f88e98817845
Read-only
calculateInterest(uint256 DID) view returns (uint256, uint256)
depositTypes(uint256) view returns (uint256 blockDelay, uint256 baseFunds, uint256 interestRateOnEnd, uint256 interestRateBeforeEnd, uint256 interestFee, bool closeable, bool valid)
State-modifying
Events addDepositType(uint256 blockDelay, uint256 baseFunds, uint256 interestRateOnEnd, uint256 interestRateBeforeEnd, uint256 interestFee, bool closeable)
changeDataBaseAddress(address newDatabaseAddress)
changeFounderAddresss(address newFounderAddress)
changeTokenAddress(address newTokenAddress)
closeDeposit(address beneficary, uint256 DID)
placeDeposit(uint256 amount, uint256 depositType)
rekoveDepositType(uint256 DTID)
replaceOwner(address newOwner) returns (bool success)
EventDepositClosed(uint256 indexed DID, address owner, address beneficary, uint256 interest, uint256 interestFee)
EventNewDeposit(uint256 indexed DID, address owner)
EventNewDepositType(uint256 indexed DTID, uint256 blockDelay, uint256 baseFunds, uint256 interestRateOnEnd, uint256 interestRateBeforeEnd, uint256 interestFee, uint256 interestMultiplier, bool closeable)
EventRevokeDepositType(uint256 indexed DTID)
constructor(address TokenAddress, address DatabaseAddress, address FounderAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.