RatGangNFT

Verified contract

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

No balances found for "RatGangNFT"

0xb443039e6cacd5779d37da24561b0a1a64205234240c0933a9e5aa3905a1ad40
0xaca317d2e2d0b5c871ca5fc4ad279380fe87d952b207a6b5685c0af79d46ab09
0x3b9116fd0d5adf2e64546907468a5d5af5924fa50202f691923e7e8ab6ad0673
0x88fe101c176b640f0d3aa70172988cf06f89099690d887dc9ba4b1b059fd03eb
From
0x3e268bd097e8842a15c184f4b9da0890c8935dd89e917ab38239cf2feb19038c
0x624a6f0e1085595a815da5d7feae9ab6b94f470726676f0c34de75ee84e0be4a
0xfc2949c3740fed2cfffb2343e7151216c05d26f4072d30145d37352a671fb0ed
0x62c7bf3add353969b592faeac6ffe9b6dd2ea12368b7f303cd6cd5eae5019229
0xa76d3234ef1ceb256c40226317b90a2e97b764e061eb6eb966f620156bb0db1f
0x8956337f1ef798cf27c14456d60842430867f16889857b14ccbb493dce261d41

Functions
Getter at block 21289164
baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmXNfxexeYoZkcoCTkcACa3PbpNFgjMmV6sgArAPbzH84g/
freemintMerkleRoot(view returns (bytes32)
0x745d47865d3148107dd2282b455a66fe17436ea84ef32edd7c3177801e79d07d
maxAmountPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
mintStatus(view returns (uint8)
2
name(view returns (string)
RatGangNFT
owner(view returns (address)
0x3d6704ac2491c1be3487fe30e4bc85357223fa9e
presaleMerkleRoot(view returns (bytes32)
0x94fbaf42c401a4dd445f398d779464a03b956f829c048d03be8cf43edcbfe36b
publicMaxSupply(view returns (uint256)
3333
symbol(view returns (string)
RATS
totalSupply(view returns (uint256)
3333
Read-only
addressToFreeMintCount(addressview returns (uint256)
addressToPresaleMintCount(addressview returns (uint256)
addressToPublicMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkFreeMintMerkle(address _minteruint256 _maxAmountbytes32[] _proofview returns (bool)
checkPresaleMintMerkle(address _minteruint256 _maxAmountbytes32[] _proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _amountuint256 _maxAmountbytes32[] _proofpayable 
mintTeam(address _touint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setFreemintMerkleRoot(bytes32 _merkleRoot
setMaxAmountPerWallet(uint256 _maxAmountPerWallet
setPayoutWallet(address _to
setPresaleMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 _newPrice
setPublicMaxSupply(uint256 _publicMaxSupply
setRoyaltyDivisor(uint256 _divisor
setStatus(uint8 _status
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(string _baseTokenURIbytes32 _presaleMerkleRootbytes32 _freemintMerkleRootuint256 _publicMaxSupplyuint256 _maxSupply
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(