Jiraverse
Verified contract
Active on
Ethereum with 14,452 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JIRA | ERC-20 | 482K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161926 | a day ago | | | 0 | 0.00083189640 | |
| 21161852 | a day ago | | | 0 | 0.00053486510 | |
| 21104989 | 9 days ago | | | 0 | 0.00010422720 | |
| 21102979 | 9 days ago | | | 0 | 0.00010174560 | |
| 21074217 | 13 days ago | | | 0 | 0.00022827623 | |
| 20997971 | 24 days ago | | | 0 | 0.00020510322 | |
| 20948611 | a month ago | | | 0 | 0.00025583036 | |
| 20897452 | a month ago | | | 0 | 0.00016602091 | |
| 20856380 | a month ago | | | 0 | 0.00017105361 | |
| 20842411 | 2 months ago | | | 0 | 0.0010657372 |
ABI
ABI objects
Getter at block 21168555 getCurrentMintingPrice() view returns (uint256)
JIRA_TOKEN_ADDRESS() view returns (address)
0x517ab044bda9629e785657dbbcae95c40c8f452c
base_uri() view returns (string)
https://pgmetadata.s3.eu-north-1.amazonaws.com/JiraVerse/
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 owner) view returns (uint256)
gen1_claimed(address) view returns (uint256)
gen1_merkle_roots(uint256) view returns (bytes32)
gen2_claimed(address) view returns (uint256)
gen2_merkle_roots(uint256) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isGen1Whitelisted(address _user, bytes32[] _merkleProof, uint256 _allocation) view returns (bool)
isGen2Whitelisted(address _user, bytes32[] _merkleProof, uint256 _allocation) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
total_paid(address) view returns (uint256)
State-modifying
Events adminMint(address _destination, uint256 _quantity)
approve(address to, uint256 tokenId)
burn(uint256 _token_id)
changeUri(string _new_uri)
claimRefund()
deposit() payable
disablePublicSale()
enablePublicSale()
gen1Mint(uint256 _quantity, bytes32[] _gen1_merkle_proof, uint256 _gen1_allocation)
gen2Mint(uint256 _quantity, bytes32[] _gen2_merkle_proof, uint256 _gen2_allocation)
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePrivateSale()
toggleRefund()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateGen1MerkleRoot(uint256 _allocation, bytes32 _new_root)
updateGen2MerkleRoot(uint256 _allocation, bytes32 _new_root)
withdrawETH(address _to)
withdrawJIRA(address _to, uint256 _quantity)
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()