Winter Token
Verified contract
Active on
Ethereum with 6,592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRING | ERC-20 | 127.047871 | $0.004466 |
$0.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146221 | 2 days ago | | | 0 | 0.00068045334 | |
| 21113995 | 6 days ago | | | 0 | 0.00024579164 | |
| 21074977 | 12 days ago | | | 0 | 0.00055597873 | |
| 21060911 | 14 days ago | | | 0 | 0.00050178854 | |
| 21042730 | 16 days ago | | | 0 | 0.00042397224 | |
| 21041346 | 17 days ago | | | 0 | 0.00068209511 | |
| 21017369 | 20 days ago | | | 0 | 0.00029628140 | |
| 20985886 | 24 days ago | | | 0 | 0.00074810052 | |
| 20985781 | 24 days ago | | | 0 | 0.00092260081 | |
| 20985764 | 24 days ago | | | 0 | 0.00080311154 |
ABI
ABI objects
Getter at block 21159766
DECIMALS() view returns (uint8)
18
DURATION_OF_ERA() view returns (uint256)
94608000
DURATION_OF_FIRST_ERA() view returns (uint256)
94608000
INITIAL_REWARD() view returns (uint256)
105000000000000000000
MAXIMUM_TARGET() view returns (uint256)
27606985387162255149739023449108101809804435888681546220650096895197184
MAX_REWARDS_AVAILABLE() view returns (uint256)
72
MINIMUM_TARGET() view returns (uint256)
65536
REWARD_INTERVAL() view returns (uint256)
600
TOKEN_IDENTIFIER() view returns (uint256)
4
TOTAL_SUPPLY() view returns (uint256)
33112800000000000000000000
contractCreationTime() view returns (uint256)
1630838070
decimals() pure returns (uint8)
18
getAdjustmentInterval() view returns (uint256)
24000
getChallengeNumber() view returns (bytes32)
0x22ffd71397912af4135b1e48c013fd82a21fa95ecaa4f98c6664510827a74e81
getMiningDifficulty() view returns (uint256)
219437424075563
getMiningReward() view returns (uint256)
52500000000000000000
getMiningTarget() view returns (uint256)
527677034695061370502350125495362761795646857255059030223969127
lastRewardBlockTime() view returns (uint256)
1731263123
maxNumberOfRewardsPerMint() view returns (uint256)
40
name() pure returns (string)
Winter Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7d2a86d97146cbec90cf4d9fdf170a717b708906
symbol() pure returns (string)
WINTER
tokensMinted() view returns (uint256)
21734265000000000000000000
totalSupply() view returns (uint256)
21734265000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getNumberOfRewardsAvailable(uint256 currentTime) view returns (uint256)
getRewardAmountForAchievingTarget(uint256 targetAchieved, uint256 currentTime) view returns (uint256)
rewardEra(uint256 _time) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
mint(uint256 _nonce, bytes32 _challengeDigest) returns (bool)
mint(uint256 nonce) returns (bool success)
safeApprove(address spender, uint256 previousAllowance, uint256 newAllowance) returns (bool success)
safeApproveAndCall(address spender, uint256 previousAllowance, uint256 newAllowance, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Mint(address indexed from, uint256 rewardAmount, uint256 epochCount, bytes32 newChallengeNumber)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.