TimelockedSafe
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3883…b645
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5829774 | 6 years ago | | | 0 | 0.0013956500 | |
| 5829753 | 6 years ago | | | 0 | 0.0021360500 | |
| 5429973 | 7 years ago | | | 0 | 0.0021544000 | |
| 5429944 | 7 years ago | | | 0 | 0.0012868800 | |
| 5091319 | 7 years ago | | | 0 | 0.0017184000 | |
| 5091312 | 7 years ago | | | 0 | 0.0034470400 | |
| 5091300 | 7 years ago | | | 0 | 0.0034470400 | |
| 5091192 | 7 years ago | | | 0 | 0.0012868800 | |
| 5002407 | 7 years ago | | | 0 | 0.0013816500 | |
| 5002406 | 7 years ago | | | 0 | 0.0013615500 |
ABI
ABI objects
Getter at block 21297269
adminAddress() view returns (address)
0xbfe0bd83cad590a29ab618e94c2d2757b9010c6b
decimals() view returns (uint256)
18
lockingPeriodInMonths() view returns (uint256)
0
monthlyWithdrawLimitInWei() view returns (uint256)
12500000000000000000000000
oneMonth() view returns (uint256)
2592000
startTime() view returns (uint256)
1515703174
token() view returns (address)
0x3883f5e181fccaf8410fa61e12b59bad963fb645
vestingPeriodInMonths() view returns (uint256)
6
withdrawAddress() view returns (address)
0x03e130eafab61ca4d31923b4043db497a830d2bd
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeLockingPeriod(uint256 _newLockingPeriodInMonths)
changeMonthlyWithdrawLimit(uint256 _newMonthlyWithdrawLimitInWei)
changeStartTime(uint256 _newStartTime)
changeTokenAddress(address _newTokenAddress)
changeVestingPeriod(uint256 _newVestingPeriodInMonths)
changeWithdrawAddress(address _newWithdrawAddress)
finalizeConfig()
withdraw(uint256 _withdrawAmountInWei) returns (bool)
This contract contains no event objects.
constructor(address _adminAddress, address _withdrawAddress, uint256 _lockingPeriodInMonths, uint256 _vestingPeriodInMonths, uint256 _monthlyWithdrawLimitInWei, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.