SiloControl
Verified contract
Active on
Ethereum with 13,549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b6d…d714
Balances ($9.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GDAO | ERC-20 | 321.654376 | $0.028629 |
$9.21 | |
dXIOT | ERC-20 | 439.619881K | -- | -- | |
STRN | ERC-20 | 125.205645K | -- | -- | |
RI | ERC-20 | 62.417625K | -- | -- | |
bXIOT | ERC-20 | 14.261242K | -- | -- | |
RUPTR | ERC-20 | 1.768403K | -- | -- | |
RITE | ERC-20 | 601.401445 | -- | -- | |
STXP | ERC-20 | 245.783476 | -- | -- | |
HATE | ERC-20 | 221.431232 | -- | -- | |
XIOT | ERC-20 | 168.653 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20745567 | 2 months ago | | | 0 | 0.000078723575 | |
| 20745567 | 2 months ago | | | 0 | 0.000082412609 | |
| 20745565 | 2 months ago | | | 0 | 0.00024400750 | |
| 20745562 | 2 months ago | | | 0 | 0.00028784906 | |
| 18041042 | a year ago | | | 0 | 0.0022855901 | |
| 16205557 | 2 years ago | | | 0 | 0.0022746295 | |
| 15753621 | 2 years ago | | | 0 | 0.0017785002 | |
| 15753619 | 2 years ago | | | 0 | 0.0017458135 | |
| 15545398 | 2 years ago | | | 0 | 0.00095278178 | |
| 15140206 | 2 years ago | | | 0 | 0.0014692045 |
ABI
ABI objects
Getter at block 21162769
halvePeriod() view returns (uint256)
357120
lastHalveBlock() view returns (uint256)
20745562
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minimumMintPerBlock() view returns (uint256)
43568156563424200
mintPerBlock() view returns (uint256)
102677028318390528
mintedToken() view returns (address)
0x8b6dd24bcb2d0aea92c3abd4eb11103a5db6d714
owner() view returns (address)
0x4825f4c1b651ece01955f2f6f80e4f33862d1837
siloDepth() view returns (uint256)
12
startBlock() view returns (uint256)
11004000
teller() view returns (address)
0x0bfaf138e171d89205133573e65b2fee95da9e99
totalWeight() view returns (uint256)
223
Read-only
TokenExistsInSilo(address) view returns (bool)
depositor(uint256, address) view returns (uint256 amount, uint256 mintDebt)
pendingMint(uint256 _siloid, address _user) view returns (uint256)
siloData(uint256) view returns (address Token, uint256 weight, uint256 lastMintBlock, uint256 mintedTokenPerShare)
State-modifying
Events add(uint256 _weight, address _Token, bool _withUpdate)
deposit(uint256 _siloid, uint256 _amount)
doHalvingCheck(bool _withUpdate)
exitPoolDisgracefully(uint256 _siloid)
massUpdateSilos()
migrate(uint256 _siloid)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
set(uint256 _siloid, uint256 _weight, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateSilo(uint256 _siloid)
updateTokenExists(address _TokenAddr, bool _isExists)
withdraw(uint256 _siloid, uint256 _amount)
Deposit(address indexed user, uint256 indexed siloid, uint256 amount)
ExitPoolDisgracefully(address indexed user, uint256 indexed siloid, uint256 amount)
Halve(uint256 newMintPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed siloid, uint256 amount)
constructor(address _mintedToken, address _teller, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.