SpacePodsUSDC
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d91…e7b9
0x1ef0…d8ad
2 additional
variables
Balances ($0.00)
No balances found for "SpacePodsUSDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10988185 | 4 years ago | | | 0 | 0.0046349400 | |
| 10988046 | 4 years ago | | | 0 | 0.0064342200 | |
| 10986920 | 4 years ago | | | 0 | 0.013613859 | |
| 10986825 | 4 years ago | | | 0 | 0.0063269832 | |
| 10986810 | 4 years ago | | | 0 | 0.013726800 | |
| 10986701 | 4 years ago | | | 0 | 0.016699400 | |
| 10985799 | 4 years ago | | | 0 | 0.016878700 | |
| 10984182 | 4 years ago | | | 0 | 0.016878700 | |
| 10984176 | 4 years ago | | | 0 | 0.016878700 | |
| 10984033 | 4 years ago | | | 0 | 0.013728000 |
ABI
ABI objects
Getter at block 21383929
POOL_HARDCAP() view returns (uint256)
1000000000000000000000000
SECPYEAR() view returns (uint256)
31536000
TOKEN_POOLS() view returns (string)
szUSDC
borrowInterest() view returns (uint256)
10000000000000000000
catToken() view returns (address)
0x2d916e99e53b31ae968991472b15b90e1355e7b9
decimal() view returns (uint256)
18
getContractBorrow() view returns (uint256[] cons)
[]
getMaxBorrowContract() view returns (uint256)
0
getMaxDeposit() view returns (uint256)
3
getMaxInterestData() view returns (uint256)
1
loanBalance() view returns (uint256)
0
maxContracBorrow() view returns (uint256)
0
minimumTerm() view returns (uint256)
2592000
profitCal() view returns (address)
0x1ef037764bed4c1f8598e57e142fa166ee32d8ad
startPools() view returns (uint256)
1600843303
supplyInterest() view returns (uint256)
0
token() view returns (address)
0x55b123b169400da201dd69814bae2b8c2660c2bf
totalBorrow() view returns (uint256)
0
totalClaimInterest() view returns (uint256)
0
totalInterest() view returns (uint256)
0
totalSupply() view returns (uint256)
0
version() view returns (uint256)
9
Read-only
balance(address) view returns (uint256)
getAllDepositIdx(address _addr) view returns (uint256[] _idx)
getBorrowData(uint256 condIdx) view returns (uint256[] _data)
getDepositDataIdx(uint256 idx) view returns (uint256[] _data)
getInterestProfit(address _addr) view returns (uint256)
getMaxDepositContract(address _addr) view returns (uint256 _max)
interests(uint256) view returns (uint256 startTime, uint256 interest)
isPermit(address _addr) view returns (bool)
permits(address) view returns (bool)
pricipleAndInterest(uint256 conIdx) view returns (uint256 principle, uint256 _int)
State-modifying
Events addPermit(address _addr)
borrow(uint256 amount) returns (uint256 contractID)
borrowWithAddr(uint256 amount, address _addr) returns (uint256 contractID)
depositSZToken(address _from, uint256 amount) returns (bool)
depositSZTokenTerm(address _from, uint256 amount, uint256 _term) returns (bool)
depositToken(address _from, uint256 amount) returns (bool)
depositTokenTerm(address _from, uint256 amount, uint256 _term) returns (bool)
rePayment(uint256 amount, uint256 conIdx) returns (bool)
rePaymentWithWrap(uint256 amount, uint256 conIdx, address _addr) returns (bool)
removePermit(address _addr)
setAdminControl(bool _set)
setBorrowInterest(uint256 _newInterst)
setCatToken(address _addr)
setMinimumDeposit(uint256 _min)
setPoolHardcap(uint256 amount)
setProfitCal(address _addr)
withdraw(address _to, uint256 amount) returns (uint256)
withdrawAll(address _to) returns (uint256)
withdrawAllStable(address _to) returns (bool)
withdrawIntStable(address _to) returns (bool)
withdrawInterest(address _to) returns (uint256)
withdrawPercent(address _to, uint256 percent) returns (uint256)
withdrawPercentStable(address _to, uint256 percent) returns (bool)
withdrawStable(address _to, uint256 amount) returns (bool)
withdrawStupidUser(uint256 amount, address _contract, address _to)
AddPermit(address _addr)
Borrow(address indexed _from, uint256 amount, uint256 interest)
Deposit(address indexed _from, uint256 amount)
RemovePermit(address _addr)
Repayment(address indexed arg0, uint256 indexed contractID, uint256 amount)
SetInterest(uint256 _interest)
Withdraw(address indexed _from, uint256 amount)
WithdrawInterest(address indexed _from, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.