Rarity Jump Genesis

Verified contract

Active on Ethereum with 1,096 txns
Deployed by via 0xa7f38a24 at 18952195
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rarity Jump Genesis"

0x61750f756fc4a424b1829f7ce647dd1b772082ace1c5c4ab1593627937c7f7dd
0x7e25be82055c7c2f11854fc4093cccce8972510063c3caf5351e01a86c62b38d
0x6f6ad8be278dd2d22b11cb74eff71fdeec4d0a12c7d7ffe61d0f5db0a943d01a
0xb2eff840cf1ff48fc45774c4a3073df8725627c6878236d9a48a2329cd85b088
0xbe4d1a665ca15342b2454275de1d26d5e92b2fd4aca227b30c112c8f3dfd379f
0xe87682b5e863c4900086974bcfec527e8e5098d7e98e53692a028d2ad7fec4f6
0xc431f7dedf8a08877fd8756919b0f39836d35bcff4d904b10bf272d28672d155
0x3efef1144631c29af7164887c36985b264dc644170a4e025a54ea78a1e8e2c8a
0xd3a690e69d4a592631446c6a1ff9a3f766a3ba3c8df0a593b6e7596a2cd4f8a1
0xd8c27524278c9ec71bf70de3654e226d2155d710b99ba8f5d25ddab43ee74948

Functions
Getter at block 20888864
baseURI(view returns (string)
ipfs://QmVDMVUYDqDuFEc4UTXeKB9zP1TVSt83YodZhhzSCtY1qF/
cost(view returns (uint256)
6900000000000000
maxPerTx(view returns (uint256)
6
maxSupply(view returns (uint256)
1000
name(view returns (string)
Rarity Jump Genesis
owner(view returns (address)
0x2a60a68650b80230f602c839682dcb3544740f57
sale(view returns (bool)
true
symbol(view returns (string)
RJG
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address _touint256 _amount
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMaxPerTx(uint256 _maxPerTx
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughETH(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(