This contract is being backfilled. You may encounter incomplete storage history.

SynergyV1

Verified contract

Active on Ethereum with 733 txns
Deployed by via 0xd0b55022 at 15180359
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SynergyV1"

0x53684d28c6cf3b36b412c5de7e005c7e2e7e8244b57facb8bfb85ea8b11d1314
0x1993308f8b179f0c84b198be6341ad8247c7a2bb18d4c127665c7472183b5952
0x409ac4f2651f2df311717b9d9ba1b97c48c7ccbf79b8173dc6a3eeac8f4d2dd1
0x3f5d7b5189ed62ceded60dfb5be2a557b7c2e824991b021d397cfe3eb3b448f3
0xcf18c1401aa00ef5c3c3e832405dfcc608c57ddfd750e665b8df764f292b8607
0x7a3369f63df5b45df9a274c8de59ff4b673848b6a39b74e363e7f5aff1f913d9
0xffcb65ef3a0c46012ff9d7ea20d8d548d7d292cac7a5a6b844036211a8610a23
From
0x6566dd9d4b18f25b89ddef53dadab9208be6319a7c6888b8b9bb8e8965dd40c8
0x72133237d31530be18e1745a419c348518e91d54a8f12b6bb0944a7a9c27016e
0x9a76cfee07045e81d26e29ae518b71b3455190ed4501599199efc0070a8a9d4e

Functions
Getter at block 20796636
MAX_SUPPLY(view returns (uint256)
333
MINT_PRICE(view returns (uint256)
10000000000000000
baseURI(view returns (string)
https://0xsynergy.xyz/api/meta/
collectMarketing(view returns (bool)
true
maxByWallet(view returns (uint256)
1
name(view returns (string)
SynergyV1
owner(view returns (address)
0x13ca7f5c6e9d1278c42dd4a95aeb3c146b43709d
saleState(view returns (bool)
true
symbol(view returns (string)
0xSynergy
totalSupply(view returns (uint256)
333
uriSuffix(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByWallet(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
alphaMint(address[] addressesuint256[] count
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURIstring newUriSuffix
setCollectMarketing(bool newCollectMarketing
setMaxByWallet(uint256 newMaxByWallet
setSaleState(bool newSaleState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring baseURI_string uriSuffix_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(