oldmate

Verified contract

Active on Ethereum with 1,172 txns
Deployed by via 0x71d80148 at 17066220
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "oldmate"

0xa9015bb85a668bbd9bf50af6f50ede7aac38d263620b78af9daeb618617f1755
0xd6ed94d6bb2ba99d9ef12a76a88dee220668e55fb411b3408a2d451d12e06c81
0x1e83525da67453d8ec1f4ae9c98b061f1c7ae49b0857f68ca4f2e34940c6d8fb
0x8f8043e2d79f71783bb347048cc05f2d5440f06250d288fafe8f65a773691248
0x2dd3020fba4e882f18a90b00868c921cfbc8b6b1613b881b2a4cdb675d4af029
0x10c73fde2f96afa6aeaf2f1f9b2450d895e589cbe89b8188656c050bcc10a4a4
0x765a1eff26b2153180b47ec0a5402ae1794b6086008d10515a83098403dab378
0x0014f2872d4e9f8427f4355d05ab6bb6f4f763b35666f2e45c06232f3a8848ec
0x3326d795ed20c88c4c7cb9704eee636bad9a825b253e73c3d56fe9d4963b6d9c
0x1fdbd45cedd5aa555ca8ba90886dbc52f80f27f2e011774c10498cb731842e6e

Functions
Getter at block 20916958
MAX_FREE(view returns (uint256)
4444
MAX_SUPPLY(view returns (uint256)
4444
contractURI(view returns (string)
freeMintCount(view returns (uint256)
4317
maxFreeMintPerWallet(view returns (uint256)
5
maxPublicMintPerWallet(view returns (uint256)
15
name(view returns (string)
oldmate
owner(view returns (address)
0x93c9ba8fa8d79006f104ce24894334b9dc8e8b9c
publicTokenPrice(view returns (uint256)
3000000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
oldmate
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setFreeMintCount(uint256 _count
setMaxFreeMintPerWallet(uint256 _count
setMaxPublicMintPerWallet(uint256 _count
setPublicTokenPrice(uint256 _newPrice
setTotalMaxSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(