Spring Token
Verified contract
Active on
Ethereum with 5,208 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Spring Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163231 | 8 hours ago | | | 0 | 0.00077876693 | |
| 21117981 | 7 days ago | | | 0 | 0.00015152353 | |
| 21108657 | 8 days ago | | | 0 | 0.00047170807 | |
| 21083710 | 11 days ago | | | 0 | 0.00064560820 | |
| 21076308 | 12 days ago | | | 0 | 0.00092080841 | |
| 21070738 | 13 days ago | | | 0 | 0.00057061251 | |
| 21031718 | 19 days ago | | | 0 | 0.00055330609 | |
| 21004058 | 23 days ago | | | 0 | 0.00055527579 | |
| 20970772 | a month ago | | | 0 | 0.0010185644 | |
| 20937464 | a month ago | | | 0 | 0.00078171766 |
ABI
ABI objects
Getter at block 21165545
DECIMALS() view returns (uint8)
18
DURATION_OF_ERA() view returns (uint256)
94608000
DURATION_OF_FIRST_ERA() view returns (uint256)
23652000
INITIAL_REWARD() view returns (uint256)
168000000000000000000
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)
1
TOTAL_SUPPLY() view returns (uint256)
33112800000000000000000000
contractCreationTime() view returns (uint256)
1630837674
decimals() pure returns (uint8)
18
getAdjustmentInterval() view returns (uint256)
13800
getChallengeNumber() view returns (bytes32)
0xce42a8864150de3bb342ad8cf2fa6cfb375c9950880f71317386ea9f08906623
getMiningDifficulty() view returns (uint256)
237809467126342
getMiningReward() view returns (uint256)
84000000000000000000
getMiningTarget() view returns (uint256)
486911184136325397089825824002582825989107232393750507517226112
lastRewardBlockTime() view returns (uint256)
1731330143
maxNumberOfRewardsPerMint() view returns (uint256)
23
name() pure returns (string)
Spring Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7d2a86d97146cbec90cf4d9fdf170a717b708906
symbol() pure returns (string)
SPRING
tokensMinted() view returns (uint256)
22344504000000000000000000
totalSupply() view returns (uint256)
22344504000000000000000000
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.