LockupCampaign
Verified contract
Active on
Ethereum with 1,043 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WWB | ERC-20 | 55.738927M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13814881 | 3 years ago | | | 0 | 0.0013913913 | |
| 12374441 | 4 years ago | | | 0 | 0.0017059050 | |
| 12212448 | 4 years ago | | | 0 | 0.0034609000 | |
| 12212394 | 4 years ago | | | 0 | 0.0044637300 | |
| 12181323 | 4 years ago | | | 0 | 0.0081854850 | |
| 12172160 | 4 years ago | | | 0 | 0.0061019070 | |
| 12170167 | 4 years ago | | | 0 | 0.013096776 | |
| 12153821 | 4 years ago | | | 0 | 0.010070627 | |
| 12149770 | 4 years ago | | | 0 | 0.0082350940 | |
| 12130798 | 4 years ago | | | 0 | 0.0049609000 |
ABI
ABI objects
Getter at block 21194971 getWwbInfo() view returns (uint256, uint256, uint256, uint256, uint256, uint256)
firstSet() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0x7ed4e748072160f91ce36ddf11c3484457ef9bf4
wwbAddress() view returns (address)
0x98c5aa4319df4c6a88679a32420121f1b184a068
wwbInfo() view returns (uint256 totalLocked, uint256 totalExtraGiven, uint256 currentLocked, uint256 incentive3, uint256 incentive6, uint256 incentive9)
(totalLocked=56309925805456, totalExtraGiven=11379762674, currentLocked=55750306622603, incentive3=100, incentive6=300, incentive9=750)
wwbTokenBalance() view returns (uint256)
55738926859929
Read-only
convertStrToBytes(string str) pure returns (bytes)
getParticipantExtraTokens(address user) view returns (address[], uint256[])
getParticipantInfo(address userAddress) view returns (uint256, uint256, uint256, bool, bool)
getParticipantLockAmount(address userAddress) view returns (uint256)
isParticipantExtraTokens(address user) view returns (bool)
isParticipatingTokens(address tokenAddress) view returns (bool)
isPreParticipant(address userAddress) view returns (bool)
isRegisteredParticipant(address userAddress) view returns (bool)
participatingTokenBalance(address tokenAddress) view returns (uint256)
tokenAddresses(uint256) view returns (address)
tokenDecimals(uint256) view returns (uint8)
State-modifying
Events addParticipatingToken(address tokenAddress, uint8 decimals)
depositApprovedERC20(address erc20TokenAddress, uint256 amountToken)
preRegisterParticipant(address userAddr, uint256 months) returns (bool)
releaseParticipantTokens(address userAddr) returns (bool)
removeParticipatingToken(address tokenAddress)
requestExtraToken(address user, address token)
returnAllOtherTokens(address tokenAddress)
returnAllWWBTokens()
setWwbRate(uint256 rate_3month, uint256 rate_6month, uint256 rate_9month)
tokenFallback(address _from, uint256 _value, bytes _data)
transferOwnerOwnership(address newOwner)
updateParticipantInfo(address userAddress)
ConfirmRegister(address indexed _userAddress, uint256 startLock, uint256 endLock)
EtcTokenReleased(address indexed _userAddress, address indexed _tokenAddress, uint256 _amountIncentives)
EtcTokenRequested(address indexed _userAddress, address indexed _tokenAddress)
OwnerOwnershipTransferred(address indexed prevOwner, address indexed newOwner)
PreRegister(address indexed _userAddress)
RegisterEtcToken(address indexed _token)
RemoveEtcToken(address indexed _token)
TokenLocked(address indexed _userAddress, uint256 amount)
TokenReleased(address indexed _userAddress, uint256 amount)
TokenUnlocked(address indexed _userAddress, uint256 timestamp)
constructor(address owner, address WwbTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.