Sparkleswap Rewards Token
Verified contract
Active on
Ethereum with 543 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
✨ | ERC-20 | 5.303572 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20445918 | 3 months ago | | | 0 | 0.000069669000 | |
| 20410183 | 3 months ago | | | 0 | 0.000066189429 | |
| 20335824 | 3 months ago | | | 0 | 0.00033112449 | |
| 20335818 | 3 months ago | | | 0 | 0.00038596204 | |
| 18880245 | 10 months ago | | | 0 | 0.00056935664 | |
| 18679477 | a year ago | | | 0 | 0.0013815983 | |
| 18494852 | a year ago | | | 0 | 0.00064245718 | |
| 18198037 | a year ago | | | 0 | 0.00017019344 | |
| 17952267 | a year ago | | | 0 | 0.00029678264 | |
| 17952265 | a year ago | | | 0 | 0.00029982999 |
ABI
ABI objects
Getter at block 21100911
decimals() view returns (uint8)
18
name() view returns (string)
Sparkleswap Rewards Token
owner() view returns (address)
0xc1a298caa8472ba4b0e6c9dbac3716b52231cc66
symbol() view returns (string)
✨
totalSupply() view returns (uint256)
20000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.