RatGangNFT
Verified contract
Active on
Ethereum with 3,656 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 "RatGangNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277761 | 2 days ago | | | 0 | 0.00044240999 | |
| 21270267 | 3 days ago | | | 0 | 0.00033195600 | |
| 21269979 | 3 days ago | | | 0 | 0.00037345050 | |
| 20583194 | 3 months ago | | | 0 | 0.000021849300 | |
| 20569043 | 3 months ago | | | 0 | 0.000039565937 | |
| 19996879 | 6 months ago | | | 0 | 0.00025042576 | |
| 19904969 | 6 months ago | | | 0 | 0.00015805160 | |
| 19850496 | 7 months ago | | | 0 | 0.00014468704 | |
| 19699374 | 7 months ago | | | 0 | 0.00017784781 | |
| 19699374 | 7 months ago | | | 0 | 0.00017784781 |
ABI
ABI objects
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(address) view returns (uint256)
addressToPresaleMintCount(address) view returns (uint256)
addressToPublicMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkFreeMintMerkle(address _minter, uint256 _maxAmount, bytes32[] _proof) view returns (bool)
checkPresaleMintMerkle(address _minter, uint256 _maxAmount, bytes32[] _proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount, uint256 _maxAmount, bytes32[] _proof) payable
mintTeam(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 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(string _baseTokenURI, bytes32 _presaleMerkleRoot, bytes32 _freemintMerkleRoot, uint256 _publicMaxSupply, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()