SubwayRats
Verified contract
Active on
Ethereum with 17,447 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 "SubwayRats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147531 | 2 days ago | | | 0 | 0.00032680040 | |
| 21135191 | 3 days ago | | | 0 | 0.00074033516 | |
| 21114471 | 6 days ago | | | 0 | 0.00035673760 | |
| 21106245 | 8 days ago | | | 0 | 0.00012021400 | |
| 21102571 | 8 days ago | | | 0 | 0.00011788444 | |
| 21085443 | 10 days ago | | | 0 | 0.00045877304 | |
| 21082084 | 11 days ago | | | 0 | 0.00045023217 | |
| 21073584 | 12 days ago | | | 0 | 0.00078369675 | |
| 21012209 | 21 days ago | | | 0 | 0.00029088961 | |
| 20997624 | 23 days ago | | | 0 | 0.00041841474 |
ABI
ABI objects
Getter at block 21160254
ClMerkleRoot() view returns (bytes32)
0x8475967ab5f6bd15f2d36aaef159189afcab791f0e4e41ad56e96a15f765dbe0
LrMerkleRoot() view returns (bytes32)
0x0f027f799497bd43c64a57413bbb52ea5916a68b51bcfcd54c270e9b915a2234
MAX_RATS() view returns (uint256)
10000
METADATA_HASH() view returns (string)
9e8d6662af4635a633aa155169d2027e49ff7d4288669e626ee289caad845927
RlMerkleRoot() view returns (bytes32)
0x7be23501ca18dac35c0f076a9a831ddefdbfa77b19e4f9bfbbfec9b41440dbe3
SlMerkleRoot() view returns (bytes32)
0x92ee4bb0e837f053486a7a2047bd13de6e8028e10431cbd23cadc34aeb5e720c
baseURI() view returns (string)
https://subwayrats.io/api/rats/
mintStage() view returns (uint256)
3
name() view returns (string)
SubwayRats
owner() view returns (address)
0x6eaf67f67142d6dc548e0ad2fccdcf6fdd8fc5f9
symbol() view returns (string)
SR
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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[])
usedWL(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
cheeselistMint(bytes32[] _proof)
labratMint(bytes32[] _proof)
nextMintStage(uint256 _stage)
ratlistMint(bytes32[] _proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
squeaklistMint(bytes32[] _proof)
teamMint(uint256 _amount, address _recipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()