Jiraverse

Verified contract

Active on Ethereum with 14,452 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x223575368c98a4719ab7da12325cd9741247f0b259eb93d3886f26923623d18b
0x4124d728c9b6df64972b547b6814db975e6baf6bf94e01a67915a7a2c2ef47c5
0x2869246e7e3a1712e9569ebd7d682ac6cabef39b9d61deeb4f89739fbd7fa93c
0x5117eba72c2afa41387139a034c7e2a29d7ff7de1f33b82083b33345878c7f79
0xb704a0082faf3f59d8ab24a8d220fc18edc53e4840fe1e0e141f8b2534f4e9bc
0x34061faffcd76dbabf581f4238d697e005bfc10fa49e86e2e6bb684b21426306
0x964a654b666689042a866c279bd03f4916876e27496fbd6efe446a9f234fb680
0xe07e9e46ef898876cadd864f5f2dc1296a5a7e117d4e864b6e632ddebab0070a
0xfd5fbe34fa9f7e1762b8cca2ff582ee4979eebbfa0d89849c28bdb3caba19476
0x09409a5966dcdc3574fd230c94dd8813735da739774ab979f864ea8e996523c8

Functions
Getter at block 21168555
JIRA_TOKEN_ADDRESS(view returns (address)
0x517ab044bda9629e785657dbbcae95c40c8f452c
base_uri(view returns (string)
https://pgmetadata.s3.eu-north-1.amazonaws.com/JiraVerse/
 
getCurrentMintingPrice(view returns (uint256)
name(view returns (string)
Jiraverse
owner(view returns (address)
0xb48037ad0376d1cdd38d6d39dab22a63096d02d3
private_sale_running(view returns (bool)
true
public_sale_start_time(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819967
refund_price(view returns (uint256)
75000000000000000
refund_started(view returns (bool)
true
symbol(view returns (string)
PGJ
totalSupply(view returns (uint256)
8664
Read-only
balanceOf(address ownerview returns (uint256)
gen1_claimed(addressview returns (uint256)
gen1_merkle_roots(uint256view returns (bytes32)
gen2_claimed(addressview returns (uint256)
gen2_merkle_roots(uint256view returns (bytes32)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isGen1Whitelisted(address _userbytes32[] _merkleProofuint256 _allocationview returns (bool)
isGen2Whitelisted(address _userbytes32[] _merkleProofuint256 _allocationview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
total_paid(addressview returns (uint256)
State-modifying
adminMint(address _destinationuint256 _quantity
approve(address touint256 tokenId
burn(uint256 _token_id
changeUri(string _new_uri
claimRefund(
deposit(payable 
disablePublicSale(
enablePublicSale(
gen1Mint(uint256 _quantitybytes32[] _gen1_merkle_proofuint256 _gen1_allocation
gen2Mint(uint256 _quantitybytes32[] _gen2_merkle_proofuint256 _gen2_allocation
publicMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePrivateSale(
toggleRefund(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateGen1MerkleRoot(uint256 _allocationbytes32 _new_root
updateGen2MerkleRoot(uint256 _allocationbytes32 _new_root
withdrawETH(address _to
withdrawJIRA(address _touint256 _quantity
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(