TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 101 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x1bd9…22f1
Balances ($45,418.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACM | ERC-20 | 191.66385K | $0.236971 |
$45,418.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19768472 | 7 months ago | | | 0 | 0.0029991251 | |
| 19478546 | 9 months ago | | | 0 | 0.0064072658 | |
| 19478542 | 9 months ago | | | 0 | 0.0016333647 | |
| 19478540 | 9 months ago | | | 0 | 0.0065136121 | |
| 18993216 | a year ago | | | 0 | 0.0038315648 | |
| 18990521 | a year ago | | | 0 | 0.0036783892 | |
| 18978367 | a year ago | | | 0 | 0.0077543451 | |
| 18978359 | a year ago | | | 0 | 0.0074869419 | |
| 18898563 | a year ago | | | 0 | 0.0024868410 | |
| 18884117 | a year ago | | | 0 | 0.0058788379 |
ABI
ABI objects
Getter at block 21387013
getPools() view returns (struct TimeLockpoolName[])
[(Pre-Seed), (Phase 1), (Phase 2), (Phase 3), (Phase 4)]
minimalDepositAmount() view returns (uint256)
1000000
owner() view returns (address)
0xd56fdcb1ccdd0a8da2b59952d795d28d3aff0000
percent() view returns (uint256)
1000000
poolsCount() view returns (uint256)
5
wallet() view returns (address)
0xca602045aa5cc08435ee2de98744b30f737d31d2
Read-only
allowedBuyTokens(address) view returns (bool)
boxPool(string, address, uint256) view returns (address beneficiary, uint256 total, uint256 balance, uint256 payed, uint256 depositTime, uint256 periodsPassed)
getBeneficiaryStructs(string _poolName, address beneficiary) view returns (struct TimeLockLockBoxStruct[])
getMapCount(address beneficiary, string _poolName) view returns (uint256)
getTokensAvailable(string _poolName, address beneficiary, uint256 id) view returns (uint256, uint256, uint256)
managers(address) view returns (bool)
poolLockTime(string) view returns (string name, uint256 lockPeriod, uint256 periodLength, uint256 periodsNumber, uint256 percent, bool exists, uint256 startTime, uint256 cap, uint256 ratio, uint8 status, uint256 deposited, uint256 withdrawn)
State-modifying
Events addPool(string name, uint256 lockPeriod, uint256 periodLength, uint256 periodsNumber, uint256 percentPerNumber, uint256 startTime, uint256 cap, uint256 ratio) returns (bool success)
bulkUploadDeposits(bytes data, string _poolName)
deposit(address buyToken, uint256 amount, string _poolName) returns (bool success)
depositAdmin(address beneficiary, uint256 amount, string _poolName) returns (bool success)
initialize(address _wallet)
renounceOwnership()
setBuyToken(address _token, bool _status)
setManager(address _manager, bool _status)
setMinimalDepositAmount(uint256 _amount)
setPoolStatus(string _poolName, uint8 _status)
setToken(address _token)
setWallet(address _wallet)
transferOwnership(address newOwner)
updatePool(string name, uint256 lockPeriod, uint256 periodLength, uint256 periodsNumber, uint256 percentPerNumber, uint256 startTime, uint256 cap, uint256 ratio)
withdraw(uint256 lockBoxNumber, address beneficiary, string _poolName) returns (bool)
withdrawEmergency(address _token, uint256 _amount) returns (bool success)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
LogLockBoxDeposit(address sender, uint256 amount, address stable, uint256 releaseTime, string pool, uint256 ratio)
LogLockBoxWithdrawal(address receiver, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(string name)
UpdateManager(address manager, bool status)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.