Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($194.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNC | ERC-20 | 79.776435K | $0.002432 |
$194.04 | |
SYNC | ERC-20 | 1K | $0.00027 |
$0.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283303 | 3 hours ago | | | 0 | 0.00051258266 | |
| 21283205 | 3 hours ago | | | 0 | 0.00047589739 | |
| 21282786 | 5 hours ago | | | 0 | 0.00051619715 | |
| 21279587 | 15 hours ago | | | 0 | 0.00085715765 | |
| 21271102 | 2 days ago | | | 0 | 0.00031863410 | |
| 21269108 | 2 days ago | | | 0 | 0.00018618357 | |
| 21266346 | 2 days ago | | | 0 | 0.00081914454 | |
| 21264754 | 3 days ago | | | 0 | 0.00053098122 | |
| 21264743 | 3 days ago | | | 0 | 0.00056878093 | |
| 21264311 | 3 days ago | | | 0 | 0.00080923050 |
ABI
ABI objects
Getter at block 21284132
decimals() view returns (uint8)
18
name() view returns (string)
SYNC
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SYNC
totalSupply() view returns (uint256)
200242930518096877306174233
Read-only
allowance(address user, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
mintContracts(address) view returns (bool)
State-modifying
Events _mint(address account, uint256 amount)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
renounceOwnership()
setMintAccess(address account, bool canMint)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.