SyncXColors
Verified contract
Active on
Ethereum with 1,089 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 "SyncXColors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498706 | 4 months ago | | | 0 | 0.000083387559 | |
| 20000675 | 6 months ago | | | 0 | 0.00013315303 | |
| 20000673 | 6 months ago | | | 0 | 0.00012015706 | |
| 19154626 | 10 months ago | | | 0 | 0.00032590720 | |
| 18843022 | a year ago | | | 0 | 0.0015846443 | |
| 18371792 | a year ago | | | 0 | 0.00053248302 | |
| 18328653 | a year ago | | | 0 | 0.00096956900 | |
| 18328641 | a year ago | | | 0 | 0.0010936376 | |
| 18299039 | a year ago | | | 0 | 0.00015700637 | |
| 17616255 | a year ago | | | 0 | 0.00069890228 |
ABI
ABI objects
Getter at block 21273623
MAX_SUPPLY() view returns (uint256)
4300
MintedReserves() view returns (uint256)
14
THE_COLORS() view returns (address)
0x9fdb31f8ce3cb8400c7ccb2299492f2a498330a4
TotalReservedAmount() view returns (uint256)
17
maxMintAmount() view returns (uint256)
10
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Sync x Colors
owner() view returns (address)
0xc41bfb693bb4a5c18920dff539c3fb48b0fb2272
resyncPrice() view returns (uint256)
5000000000000000
symbol() view returns (string)
SyncXColors
totalSupply() view returns (uint256)
1286
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, uint16[] colorTokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateColors(uint256 tokenId, uint16[] colorTokenIds) payable
withdrawOwner()
withdrawTeam()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.