TALEVotingBonus
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x444f…b416
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TALE | ERC-20 | 15.56K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9567279 | 5 years ago | | | 0 | 0.000048054000 | |
| 9526452 | 5 years ago | | | 0 | 0.00026622000 | |
| 9509348 | 5 years ago | | | 0 | 0.000088740000 | |
| 9502140 | 5 years ago | | | 0 | 0.000024889000 | |
| 9501504 | 5 years ago | | | 0 | 0.0012552540 | |
| 9496824 | 5 years ago | | | 0 | 0.00024688100 | |
| 9494265 | 5 years ago | | | 0 | 0.00012457700 | |
| 9494161 | 5 years ago | | | 0 | 0.00012457700 | |
| 9493431 | 5 years ago | | | 0 | 0.00045851600 | |
| 9488436 | 5 years ago | | | 0 | 0.00024162800 |
ABI
ABI objects
Getter at block 21263465
contractState() view returns (bool)
true
getAllVoters() view returns (address[] allVoters)
[0xE72bFc2B943F2cE00Fde2C62544e33B0Fc6c3614, 0x574336eC402126A0E73279836ACE59Ee06729ff5, 0x71fe781D7b3271fd8b6C0E4363fDD44A6b8FAc1D, 0xDE6fe804c36c9da04FF848Ef7DC457F0bceDb8FF, 0x256246482687c915E4114902e8e2BEa59FD23eaA, 0x70079C960CF8B18C692Acb8A4AAe3D6827617DF6, 0x2f22e23Ae245Cd68E19aFa6C7353248791e288c0, 0xeADEEf433AD34fa50E837453e3Fac5d07Ea30489]
isContractActive() view returns (bool)
false
isOwner() view returns (bool)
false
minimumStakingAmountToken() view returns (uint256)
1
owner() view returns (address)
0xb6dd34a39fb3fb9f17105acf222b21d6f5615c19
stakeTimeStart() view returns (uint256)
1581706500
stakeTimeStop() view returns (uint256)
1581897600
token() view returns (address)
0x444fb48856adba02edb16582f89e82b210cfb416
tokenRewardMultiplier() view returns (uint256)
3
totalStakedAmountToken() view returns (uint256)
13560000000000000000000
totalStakesCount() view returns (uint256)
0
Read-only
getStakeInfo(address _voter) view returns (uint256 amountToken, uint8 personality, uint256[] txsTimeToken, uint256[] stakesToken, uint256 unstakedTimestamp, bool withdrawn)
getTokenStakeAmountByPersonalityId(uint256 personalityId) view returns (uint256 amount)
stakesByPersonality(uint8) view returns (uint256)
voters(uint256) view returns (address)
State-modifying
Events init(uint256 startTime, uint256 stopTime)
renounceOwnership()
sendTokens(address[] _addresses, uint256[] _amounts) returns (bool)
setMinimumStakingAmountToken(uint256 _amount)
stake(uint8 personality, uint256 tokensAmount)
transferOwnership(address newOwner)
unstake()
ContractInitialized(uint256 stakeTimeStart, uint256 stakeTimeStop)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address user, uint256 amountToken)
TokensUnstaked(address voter, uint256 amountToken)
constructor(address _token, uint256 _minStakingAmountToken, uint256 _tokenRewardMultiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.