THE 2D SAUDIS
Verified contract
Active on
Ethereum with 2,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "THE 2D SAUDIS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20445773 | 4 months ago | | | 0 | 0.000086366949 | |
| 20445767 | 4 months ago | | | 0 | 0.000090916862 | |
| 20445761 | 4 months ago | | | 0 | 0.000086849583 | |
| 19666709 | 7 months ago | | | 0 | 0.00026873760 | |
| 18956277 | a year ago | | | 0 | 0.00074665358 | |
| 18909970 | a year ago | | | 0 | 0.00045004774 | |
| 17053866 | 2 years ago | | | 0 | 0.0011094358 | |
| 17033430 | 2 years ago | | | 0 | 0.0010626491 | |
| 16662549 | 2 years ago | | | 0 | 0.0015039595 | |
| 16139358 | 2 years ago | | | 0 | 0.00069017254 |
ABI
ABI objects
Getter at block 21306184
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
returnCurrentMinterFreeMint(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreezeMetaData()
approve(address to, uint256 tokenId)
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setFreeMintLimitPerWallet(uint256 freeMintLimitPerWallet)
setFreeMintSupply(uint256 freeMintSupply)
setPrice(uint256 price)
setSalesActive(bool isSaleActive)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintLimitPerWallet, uint256 maxMintPerTX, bool isSaleActive, uint256 freeMintSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()