SYNCContract
Verified contract
Active on
Ethereum with 1,363 txns
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 "SYNCContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19428506 | 8 months ago | | | 0 | 0.0034681585 | |
| 19428438 | 8 months ago | | | 0 | 0.0028208796 | |
| 16610741 | 2 years ago | | | 0 | 0.0011125370 | |
| 14564076 | 3 years ago | | | 0 | 0.00098286500 | |
| 13208740 | 3 years ago | | | 0 | 0.0031218682 | |
| 13198163 | 3 years ago | | | 0 | 0.0048480900 | |
| 12977503 | 3 years ago | | | 0 | 0.0022415901 | |
| 12968706 | 3 years ago | | | 0 | 0.0021894601 | |
| 12502209 | 3 years ago | | | 0 | 0.0019288101 | |
| 12469892 | 4 years ago | | | 0 | 0.0039609681 |
ABI
ABI objects
Getter at block 21258350
cap() view returns (uint256)
48000000000000000000000000
decimals() view returns (uint8)
18
getMintingFinished() view returns (bool)
false
getName() pure returns (bytes32)
0x53594e436f696e00000000000000000000000000000000000000000000000000
getSymbol() pure returns (bytes4)
0x53594e43
getTokenCap() view returns (uint256)
48000000000000000000000000
getTokenDecimals() pure returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (bytes32)
0x53594e436f696e00000000000000000000000000000000000000000000000000
owner() view returns (address)
0x93a13d8ad136eff710c8a59e14f1ba64afdc78b5
symbol() view returns (bytes4)
0x53594e43
totalSupply() view returns (uint256)
48000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTotalAllowed(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy()
finishMinting()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setTokenCap(uint256 _newCap)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateTokenInvestorBalance(address _investor, uint256 _newValue)
Approval(address indexed _owner, address indexed _spender, uint256 value)
Mint(address indexed _to, uint256 amount)
MintFinished()
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.