Pixelady Maker BC
Verified contract
Proxy
Active on
Ethereum with 1,328 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 6 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Pixelady Maker BC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21388863 | a day ago | | | 0 | 0.0012117379 | |
| 21383154 | 2 days ago | | | 0 | 0.00092094678 | |
| 21381621 | 2 days ago | | | 0 | 0.0010523022 | |
| 21376902 | 3 days ago | | | 0 | 0.00062462689 | |
| 21361699 | 5 days ago | | | 0 | 0.00059451006 | |
| 21360352 | 5 days ago | | | 0 | 0.00049566331 | |
| 21360345 | 5 days ago | | | 0 | 0.00058027694 | |
| 21360337 | 5 days ago | | | 0 | 0.00077672960 | |
| 21350628 | 7 days ago | | | 0 | 0.00059147115 | |
| 21299477 | 14 days ago | | | 0 | 0.00033487637 |
ABI
ABI objects
Getter at block 21397209
affiliateFeeUnlocked() view returns (bool)
true
burnConfig() view returns (address archetype, bool enabled, uint16 ratio, uint64 start, uint64 limit)
(archetype=0x8fc0d90f2c45a5e7f94904075c952e0943cfccfd, enabled=true, ratio=2, start=1667059200, limit=1000)
config() view returns (string unrevealedUri, string baseUri, address affiliateSigner, address ownerAltPayout, address superAffiliatePayout, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 platformFee, struct ArchetypeDiscount discounts)
(unrevealedUri=/, baseUri=ipfs://bafybeihx6j6b5eo6yazeodttuqhw76vqboeldmdzj5cerik324ulpbebdq/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, ownerAltPayout=0x54eb2affd5ae043613807e64a74f2b1949272d34, superAffiliatePayout=0x0000000000000000000000000000000000000000, maxSupply=1000, maxBatchSize=1000, affiliateFee=0, platformFee=500, discounts=(0, []))
discountsUnlocked() view returns (bool)
true
maxSupplyUnlocked() view returns (bool)
true
name() view returns (string)
Pixelady Maker BC
owner() view returns (address)
0xfee5b1baac86e15815ccd6ac891fe8ba1b90b7fd
ownerAltPayoutUnlocked() view returns (bool)
true
ownerBalance() view returns (uint128 owner, uint128 platform)
(owner=0, platform=0)
provenance() view returns (string)
provenanceHashUnlocked() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
PXLDY2
totalSupply() view returns (uint256)
1000
uriUnlocked() view returns (bool)
true
Read-only
affiliateBalance(address) view returns (uint128)
balanceOf(address owner) view returns (uint256)
computePrice(uint128 price, uint256 numTokens, bool affiliateUsed) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenMsg(uint256 tokenId) view returns (string)
invites(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToMint(uint256[] tokenIds)
disableBurnToMint()
enableBurnToMint(address archetype, uint16 ratio, uint64 start, uint64 limit)
initialize(string name, string symbol, struct ArchetypeConfig config_)
lockAffiliateFee(string password)
lockDiscounts(string password)
lockMaxSupply(string password)
lockOwnerAltPayout(string password)
lockProvenanceHash(string password)
lockURI(string password)
mint(struct ArchetypeAuth auth, uint256 quantity, address affiliate, bytes signature) payable
mintTo(struct ArchetypeAuth auth, uint256 quantity, address to, address affiliate, bytes signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAffiliateFee(uint16 affiliateFee)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setDiscounts(struct ArchetypeDiscount discounts)
setInvite(bytes32 _key, bytes32 _cid, struct ArchetypeInvite _invite)
setInvites(struct ArchetypeInvitelist[] invitelist)
setMaxSupply(uint32 maxSupply, string password)
setOwnerAltPayout(address ownerAltPayout)
setProvenanceHash(string provenanceHash)
setSuperAffiliatePayout(address superAffiliatePayout)
setTokenMsg(uint256 tokenId, string message)
setUnrevealedURI(string unrevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, uint128 wad, uint256 numMints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed src, uint128 wad)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceEmpty()
BalanceQueryForZeroAddress()
BurnToMintDisabled()
ExcessiveEthSent()
InsufficientEthSent()
InvalidAmountOfTokens()
InvalidConfig()
InvalidReferral()
InvalidSignature()
LockedForever()
MaxBatchSizeExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintNotYetStarted()
MintToZeroAddress()
MintZeroQuantity()
MintingPaused()
NotApprovedToTransfer()
NotTokenOwner()
NumberOfMintsExceeded()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletUnauthorizedToMint()
WrongPassword()