THE 2D SAUDIS

Verified contract

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

No balances found for "THE 2D SAUDIS"

0x1acc182810edfc27a4993d295a24fc85a5829eec626079398a29cca3c8bf63ed
0xb5f2668a9896b3f08d6cdf94539660264c0d6dfce718cfa39d1ed9d81025f71d
0x923d718e287692bedf39a0b34f673b026979aecee922437e26b6535c903f0367
0xf88b91040f868545d7d25dc70bf4593498385292c4a6e1b753412a1c9e438700
0xe3381dd4b5c231063d8d5de7ee05b517e903fab016c74d2f9708589f85380b4a
0xa9d6357bc5d0e864d70bf3fb3c392495aac0fac6dc7570e8cef2faca1f01b225
From
0xc84b4cfc6a58ed29e751ee8310af3736c665d19bbf5a3cbce18a81fd87d09130
0xc98c656ab88e093c23b0e14633c7d0aac55d75e984ec5f66f3da052fe5aee4c4
From
0x9b02cc752f00e242feb09e462c041ba58ee21a61b957c44fc9a9d0e24f4e9b62
0x248a8594656263e43f014bfcd5d7c5fb8af63f551b313be5b0fc5309fbd09059

Functions
Getter at block 21038146
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
3
FREE_MINT_SUPPLY(view returns (uint256)
5555
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
2500000000000000
name(view returns (string)
THE 2D SAUDIS
owner(view returns (address)
0xaa4edac58c6f27fc2c3b27e7a3c6fc599902d42c
symbol(view returns (string)
2DSAUDIS
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
returnCurrentMinterFreeMint(address minterview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
FreezeMetaData(
approve(address touint256 tokenId
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setFreeMintLimitPerWallet(uint256 freeMintLimitPerWallet
setFreeMintSupply(uint256 freeMintSupply
setPrice(uint256 price
setSalesActive(bool isSaleActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintLimitPerWalletuint256 maxMintPerTXbool isSaleActiveuint256 freeMintSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(