Summer Token
Verified contract
Active on
Ethereum with 7,656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRING | ERC-20 | 117.020187 | $0.004547 |
$0.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098629 | 8 days ago | | | 0 | 0.00048457777 | |
| 21081286 | 11 days ago | | | 0 | 0.00036541289 | |
| 21046467 | 15 days ago | | | 0 | 0.00049501649 | |
| 20995706 | 23 days ago | | | 0 | 0.00045033850 | |
| 20972946 | a month ago | | | 0 | 0.0012348289 | |
| 20859797 | a month ago | | | 0 | 0.00050763623 | |
| 20852629 | a month ago | | | 0 | 0.00043928706 | |
| 20845654 | a month ago | | | 0 | 0.00094235039 | |
| 20839796 | a month ago | | | 0 | 0.00026472431 | |
| 20838316 | a month ago | | | 0 | 0.0021514950 |
ABI
ABI objects
Getter at block 21157509
DECIMALS() view returns (uint8)
18
DURATION_OF_ERA() view returns (uint256)
94608000
DURATION_OF_FIRST_ERA() view returns (uint256)
47304000
INITIAL_REWARD() view returns (uint256)
140000000000000000000
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)
2
TOTAL_SUPPLY() view returns (uint256)
33112800000000000000000000
contractCreationTime() view returns (uint256)
1630837937
decimals() pure returns (uint8)
18
getAdjustmentInterval() view returns (uint256)
13200
getChallengeNumber() view returns (bytes32)
0xea0f341e4ef86246a74d36308ba95492b772cf6ca0b1442874ff46ad0c677f63
getMiningDifficulty() view returns (uint256)
359075820284992
getMiningReward() view returns (uint256)
70000000000000000000
getMiningTarget() view returns (uint256)
322472532807733894910612380432100960800424096027625963141238885
lastRewardBlockTime() view returns (uint256)
1731240815
maxNumberOfRewardsPerMint() view returns (uint256)
22
name() pure returns (string)
Summer Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7d2a86d97146cbec90cf4d9fdf170a717b708906
symbol() pure returns (string)
SUMMER
tokensMinted() view returns (uint256)
21896560000000000000000000
totalSupply() view returns (uint256)
21896560000000000000000000
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.