RATSCII
Verified contract
Active on
Ethereum with 2,265 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 "RATSCII"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18295170 | a year ago | | | 0 | 0.00015209000 | |
| 18246921 | a year ago | | | 0 | 0.00029169798 | |
| 17484201 | a year ago | | | 0 | 0.00097193801 | |
| 17305707 | a year ago | | | 0 | 0.0013325933 | |
| 16996989 | 2 years ago | | | 0 | 0.0013473355 | |
| 16916044 | 2 years ago | | | 0 | 0.00081364226 | |
| 16854126 | 2 years ago | | | 0 | 0.00070175650 | |
| 16854125 | 2 years ago | | | 0 | 0.00074416454 | |
| 16842730 | 2 years ago | | | 0 | 0.0018806406 | |
| 16813790 | 2 years ago | | | 0 | 0.0014242962 |
ABI
ABI objects
Getter at block 21158435
TOTAL_MAX_SUPPLY() view returns (uint256)
8880
contractURI() view returns (string)
freeMintCount() view returns (uint256)
6882
maxFreeMintPerWallet() view returns (uint256)
8
maxPublicMintPerWallet() view returns (uint256)
20
name() view returns (string)
RATSCII
owner() view returns (address)
0xd1edf91aa8d74371f2a31bebbcdff85beb2f6bcc
publicTokenPrice() view returns (uint256)
2000000000000000
saleStarted() view returns (bool)
false
symbol() view returns (string)
RATSCIICII
totalFreeMints() view returns (uint256)
6880
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _URI)
setFreeMintCount(uint256 _count)
setMaxFreeMintPerWallet(uint256 _count)
setMaxPublicMintPerWallet(uint256 _count)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()