Pixelated Ted Yacht Club
Verified contract
Proxy
Active on
Ethereum with 1,971 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
Balances ($0.00)
No balances found for "Pixelated Ted Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21391872 | 2 days ago | | | 0 | 0.00036278220 | |
| 21348551 | 8 days ago | | | 0 | 0.00081384080 | |
| 21315646 | 12 days ago | | | 0 | 0.0025961471 | |
| 21309174 | 13 days ago | | | 0 | 0.0012904114 | |
| 21247343 | 22 days ago | | | 0 | 0.00063134722 | |
| 21001495 | 2 months ago | | | 0 | 0.00062754056 | |
| 20998415 | 2 months ago | | | 0 | 0.00046285619 | |
| 20980932 | 2 months ago | | | 0 | 0.00056042836 | |
| 20979602 | 2 months ago | | | 0 | 0.0013315583 | |
| 20979013 | 2 months ago | | | 0 | 0.0011401313 |
ABI
ABI objects
Getter at block 21403363
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 _address, uint256 _uint) pure returns (bytes)
affiliatesOf(address wallet) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTeamMember(address _address) view returns (bool)
mintCostOfOwner(address _address, uint256 _count) view returns (uint256)
numberMintedOfOwner(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
remainingMintsOfOwner(address _address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addTeamMember(address _address)
airdrop(address[] _recipients, uint256[] _amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string _name, string _symbol, uint256 _maxSupply, uint256 _commission)
mint(uint256 count) payable
mintAll() payable
mintTo(uint256 count, address to) payable
presaleMint(uint32 count, bytes32[] proof) payable
presaleMintTo(uint32 count, bytes32[] proof, address to) payable
referralMint(uint32 count, address referrer) payable
referralMintTo(uint32 count, address referrer, address to) payable
removeTeamMember(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCommission(uint256 _val1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseUri(string _uri)
updateMaxFreeMint(uint32 _cap)
updatePauseMintAt(uint256 _pauseAt)
updatePresale(bool _open, bytes32 root)
updateReferral(bool _open, uint256 _val)
updateReqToken(address _address)
updateReveal(bool _revealed, string _uri)
updateRoyalties(address _recipient, uint256 _fee)
updateSale(bool _open, uint256 _cost, uint32 _maxW, uint32 _maxM)
updateWithdrawSplit(address[] _addresses, uint256[] _fees)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _commission)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()