The latest block we've processed for this chain is 20897858, which is 3 minutes old. We're running behind the tip but working to resolve the issue.

Pixelated Ted Yacht Club

Verified contract

Proxy

Active on Ethereum with 1,955 txns
Deployed by via 0x93f445eb at 18164169
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
16 additional variables

No balances found for "Pixelated Ted Yacht Club"

0xd3319ebb33ef661c8544a5a197ea882ec24f1714e18081a2c9cb6ed2a7ed78d2
0x61b1ed888fbe1e04d16aff867d424e4afb5801f99394f263807cf01f552a2309
0x3c16a28ff00c1eccd507a5f134c042f77a14f65acef308de63bb9656bc26a381
0x4d328b311234c90d973594b6d5df7ae66f9d8b9570b138599a1bef2cdf9e7063
0x5e41439c6065bbb0ca74c4fee42bb26581efff0a9412d9f381db86aff3162c24
0xdc9ed19b3d901920687250b4e84d4c2f1d69495910a9d617570d0b3509b7004e
0x77504f05deff9dc06333dba7fa523554358316e03a674cb62ed1fd2cb8310e5b
0xf39198df5708826b17c1ec9f7318453426c92683bf6af6ff907a35dc53960d2f
0x4832b457ee9a1bf9c397fb622aa4334bb140708b20d8fab58f5be48cb142cfe2
0xe91babc492e3af4bd1f0543527fb299d8a0c0a49a99fd2150d655efda109b70e

Functions
Getter at block 20897857
implementation(view returns (address)
0x8dfd8220976a0445b1779e5e9d6cb0bfe7b5dadc
cost(view returns (uint256)
6000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x1b39d3ba1fDb0c98e9c587498358b37699155e7c], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
100
maxPerWallet(view returns (uint32)
2000
name(view returns (string)
Pixelated Ted Yacht Club
open(view returns (bool)
true
owner(view returns (address)
0x1b39d3ba1fdb0c98e9c587498358b37699155e7c
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
10000
symbol(view returns (string)
PTYC
totalSupply(view returns (uint256)
10000
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTeamMember(address _addressview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
addTeamMember(address _address
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
removeTeamMember(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(