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 "Sanic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23782413 | a day ago | | | 0 | 0.0000099776163 | |
| 23782402 | a day ago | | | 0 | 6.7666908e-7 | |
| 23782402 | a day ago | | | 0 | 6.7666908e-7 | |
| 23782399 | a day ago | | | 0 | 0.0000052140255 | |
| 23782399 | a day ago | | | 0 | 0.0000053248163 | |
| 23782394 | a day ago | | | 0 | 7.1854433e-7 | |
| 23782365 | a day ago | | | 0 | 0.000000704892478948 |
ABI
ABI objects
Getter at block 23823070
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Sanic
owner() view returns (address)
0x107fd6b0683f10a4b05766710dde11fed4f88088
symbol() view returns (string)
SANIC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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 _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)