Sky Swan

Verified contract

Active on Ethereum with 1,446 txns
Deployed by via 0x776f7e43 at 15988715
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $919.22
0xb7d1918921162f1cf37e197f2310a216254d275f0bf28e77531f6024431fb2ec
0xd6418ed564a6874c66de3bf5986d7dd5697e63f8159fbaaa32ec3e8003b5f9ed
0xef074ae50584033fbd9146596536d66234c52a59bf3e47dd4d1f04eee570e533
0x1d82f52f0d3a59ca3e03e3e7f8271e946e7009e7047fd935f935450257d2c0a3
0xed7d06fdf7b9672a022ed3e004f25d9c293b76ff165b3bd24f849c52b93c1fbc
0x6e2a77fe2a5dc317fc37c9853fe8e3a37e027a9070b85de45ac17d84b787c8de
0x25b5c937a24ae13074200f6b603bc36a3fb317eee753103a55e6c506609d7303
0x1719cc619255527e56df8c69dcb6bed7160213aedb0d8f225cfd995eb8ee9ea0
0x90e555418474eb95a0601ed00e781c42372c3c6cac649a69846aae4aeca53696
0x4dd857e66971333543bac99459222e551504d7e5505768bcc61900818f13d96d

Functions
Getter at block 20977519
MAX_SWAN_SUPPLY(view returns (uint256)
7777
_geneRoot(view returns (bytes32)
0x453188df50584551ef41dcae470e997eb7d826ec0adc6d4baa1bc5269c22e1ae
_merkleRoot(view returns (bytes32)
0x2a936be5e7fa879d54bd1c0647318ae26d7fe03fe46398152dab09a8af041fa1
_regularPrice(view returns (uint256)
0
_released(view returns (uint256)
7777
_reveal(view returns (bool)
true
_skydasAddr(view returns (address)
0xc37e1ddda04c89a46214fcaa9079e043b7471d23
_whitelistPrice(view returns (uint256)
0
contractURI(view returns (string)
ipfs://QmT6iS7rwGWVh12fdn65Y8ZTjQ4VSxDgMzbbCzpbgct7Ri
name(view returns (string)
Sky Swan
owner(view returns (address)
0x791889f51cd7e8a37a9b08699ea99e45ae78adb7
symbol(view returns (string)
SkySwan
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Reveal(string uri
approve(address operatoruint256 tokenIdpayable 
buy(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string uri
setPartnerAddr(address partner
setPrices(uint256 whitelistuint256 regular
setReleaseNum(uint256 num
setRoyalties(address newRecipient
setSkydasAddr(address skydas
toggleWhitelist(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistBuy(uint256 countbytes32[] merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Minted(address arg0uint256 arg1
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress skydasAddraddress partnerAddrbytes32 merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CanOnlyRevealOnce(
InvalidEtherAmount(
InvalidMerkleProof(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MustBeGraterThenZero(
NonExistentToken(
NotEnabled(
NotTeamMember(
NothingToWithdraw(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
QuotaReached(
TimerNotYetExpired(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(