Sonik Coin
Verified contract
Active on
Ethereum with 6,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($261.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SONIK | ERC-20 | 166.01576M | $0.000001 |
$214.16 | |
USDT | ERC-20 | 46.79 | $1.001 |
$46.84 | |
SONIK | ERC-20 | 5.273437T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302783 | 13 hours ago | | | 0 | 0.00039717669 | |
| 21297140 | a day ago | | | 0 | 0.00039642165 | |
| 21296701 | a day ago | | | 0 | 0.00048921908 | |
| 21296683 | a day ago | | | 0 | 0.00042150789 | |
| 21270581 | 5 days ago | | | 0 | 0.00045777531 | |
| 21266829 | 6 days ago | | | 0 | 0.00053796290 | |
| 21266826 | 6 days ago | | | 0 | 0.00046167864 | |
| 21246325 | 8 days ago | | | 0 | 0.00077123448 | |
| 21244971 | 9 days ago | | | 0 | 0.00060011600 | |
| 21244124 | 9 days ago | | | 0 | 0.00044219930 |
ABI
ABI objects
Getter at block 21306722
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
299792458000000000000000000000
name() view returns (string)
Sonik Coin
owner() view returns (address)
0x5bbae58758316d37d9a87cf70fa1e3578b1c4ab4
symbol() view returns (string)
SONIK
totalSupply() view returns (uint256)
299792458000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) 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_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.