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 "xSUNC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271258 | 5 days ago | | | 0 | 0.00040967752 | |
| 21218715 | 13 days ago | | | 0 | 0.00054345303 | |
| 21210928 | 14 days ago | | | 0 | 0.00021714738 | |
| 21193766 | 16 days ago | | | 0 | 0.0013380328 | |
| 21006082 | a month ago | | | 0 | 0.00020142254 | |
| 20905028 | 2 months ago | | | 0 | 0.00019743992 | |
| 20893253 | 2 months ago | | | 0 | 0.0010021583 | |
| 20840700 | 2 months ago | | | 0 | 0.00028791601 | |
| 20837290 | 2 months ago | | | 0 | 0.00084675849 | |
| 20837287 | 2 months ago | | | 0 | 0.0014559617 |
ABI
ABI objects
Getter at block 21310222
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x7dbe40ac6bb41a5fe4fa2c74f31d7defbc793b58
maxSupply() view returns (uint256)
3000000000000000000000000000
name() view returns (string)
xSUNC
owner() view returns (address)
0x7dbe40ac6bb41a5fe4fa2c74f31d7defbc793b58
symbol() view returns (string)
xSUNC
totalSupply() view returns (uint256)
3000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mint(uint256 amount) returns (bool)
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, uint256 _maxSupply, uint256 _initialSupply, address _holder)
This contract contains no fallback and receive objects.
This contract contains no error objects.