FutureTokenSaleLockBox
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c4e…aeca
0x58b7…828d
Balances ($0.00)
No balances found for "FutureTokenSaleLockBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4545502 | 7 years ago | | | 0 | 0.00094302600 | |
| 4526454 | 7 years ago | | | 0 | 0.00039217500 | |
| 4525818 | 7 years ago | | | 0 | 0.00022453000 |
ABI
ABI objects
Getter at block 21383620
currentTime() view returns (uint256)
1733972687
hasUnlockDatePassed() view returns (bool)
true
owner() view returns (address)
0x63beef98c2572307404f630543efeae3dba33ded
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
simpleToken() view returns (address)
0x2c4e8f2d746113d0696ce89b35f0d8bf88e0aeca
tokenSale() view returns (address)
0x58b7056deb51ed292614f0da1e94e7e9c589828d
unlockDate() view returns (uint256)
1527857999
Read-only
This contract contains no read-only function objects.
State-modifying
Events completeOwnershipTransfer() returns (bool)
extendUnlockDate(uint256 _newDate) returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
TokensTransferred(address indexed _to, uint256 _value)
UnlockDateExtended(uint256 _newDate)
constructor(address _simpleToken, address _tokenSale)
This contract contains no fallback and receive objects.
This contract contains no error objects.