Neows
Unverified contract
Proxy
Active on
Base with 4,940 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 49 additional slots
-
variable spans 47 additional slots
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Neows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21469133 | 13 days ago | | | 0 | 0.000000301494887760 | |
| 21431599 | 13 days ago | | | 0 | 2.9860844e-7 | |
| 21360185 | 15 days ago | | | 0 | 2.8983995e-7 | |
| 21324227 | 16 days ago | | | 0 | 0.000000301494887760 | |
| 21219088 | 18 days ago | | | 0 | 2.2421936e-7 | |
| 21218441 | 18 days ago | | | 0 | 2.2442366e-7 | |
| 21089761 | 21 days ago | | | 0 | 2.8161691e-7 | |
| 21083564 | 21 days ago | | | 0 | 2.8586428e-7 | |
| 21002049 | 23 days ago | | | 0 | 2.8114980e-7 | |
| 20997463 | 23 days ago | | | 0 | 1.2482827e-7 |
ABI
ABI objects
Getter at block 22010756
burnConfig() view returns (address archetype, address burnAddress, bool enabled, bool reversed, uint16 ratio, uint64 start, uint64 limit)
(archetype=0x0000000000000000000000000000000000000000, burnAddress=0x0000000000000000000000000000000000000000, enabled=false, reversed=false, ratio=0, start=0, limit=0)
config() view returns (string baseUri, address affiliateSigner, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 defaultRoyalty, struct Discount discounts)
(baseUri=ipfs://QmVFWRH8MgQS9tRTNTVVs4y9hN9V2CCUGR6Xm14YncRXcw/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, maxSupply=6969, maxBatchSize=100, affiliateFee=0, defaultRoyalty=0, discounts=(0, []))
name() view returns (string)
Neows
options() view returns (bool uriLocked, bool maxSupplyLocked, bool affiliateFeeLocked, bool discountsLocked, bool ownerAltPayoutLocked)
(uriLocked=false, maxSupplyLocked=false, affiliateFeeLocked=false, discountsLocked=false, ownerAltPayoutLocked=false)
owner() view returns (address)
0xc6ca90b06bf6b605733ce8dbc49ce71233990b37
ownerBalance() view returns (uint128)
0
payoutConfig() view returns (uint16 ownerBps, uint16 platformBps, uint16 partnerBps, uint16 superAffiliateBps, address partner, address superAffiliate)
(ownerBps=9500, platformBps=500, partnerBps=0, superAffiliateBps=0, partner=0x60a59d7003345843be285c15c7c78b62b61e0d7c, superAffiliate=0x0000000000000000000000000000000000000000)
platform() pure returns (address)
0x86b82972282dd22348374bc63fd21620f7ed847b
symbol() view returns (string)
neow
totalSupply() view returns (uint256)
6969
Read-only
affiliateBalance(address affiliate) view returns (uint128)
affiliateBalanceToken(address affiliate, address token) view returns (uint128)
balanceOf(address owner) view returns (uint256)
computePrice(bytes32 key, uint256 quantity, bool affiliateUsed) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
invites(bytes32) view returns (uint128 price, uint128 reservePrice, uint128 delta, uint32 start, uint32 end, uint32 limit, uint32 maxSupply, uint32 interval, uint32 unitSize, address tokenAddress, bool isBlacklist)
isApprovedForAll(address owner, address operator) view returns (bool)
listSupply(bytes32 key) view returns (uint256)
minted(address minter, bytes32 key) view returns (uint256)
ownerBalanceToken(address token) view returns (uint128)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 approve(address to, uint256 tokenId) payable
batchMintTo(struct Auth auth, address[] toList, uint256[] quantityList, address affiliate, bytes signature) payable
burnToMint(uint256[] tokenIds)
disableBurnToMint()
enableBurnToMint(address archetype, address burnAddress, bool reversed, uint16 ratio, uint64 start, uint64 limit)
initialize(string name, string symbol, struct Config config_, struct PayoutConfig payoutConfig_, address _receiver)
lockAffiliateFee(string password)
lockDiscounts(string password)
lockMaxSupply(string password)
lockURI(string password)
mint(struct Auth auth, uint256 quantity, address affiliate, bytes signature) payable
mintTo(struct Auth auth, uint256 quantity, address to, address affiliate, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAffiliateFee(uint16 affiliateFee)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setDefaultRoyalty(address receiver, uint16 feeNumerator)
setDiscounts(struct Discount discounts)
setDutchInvite(bytes32 _key, bytes32 _cid, struct DutchInvite _dutchInvite)
setInvite(bytes32 _key, bytes32 _cid, struct Invite _invite)
setMaxBatchSize(uint32 maxBatchSize)
setMaxSupply(uint32 maxSupply, string password)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawAffiliate()
withdrawTokens(address[] tokens)
withdrawTokensAffiliate(address[] tokens)
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)
Initialized(uint8 version)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, address token, uint128 wad, uint256 numMints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed src, address token, uint128 wad)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidConfig()
InvalidQueryRange()
InvalidSplitShares()
LockedForever()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotApprovedToTransfer()
NotOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPassword()