JBAS Genesis Collection
Verified contract
Active on
Ethereum with 374 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 "JBAS Genesis Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20735805 | 2 months ago | | | 0 | 0.00026802897 | |
| 20531950 | 3 months ago | | | 0 | 0.00016080015 | |
| 20310654 | 4 months ago | | | 0 | 0.000094487889 | |
| 20292004 | 4 months ago | | | 0 | 0.00026804407 | |
| 20277394 | 4 months ago | | | 0 | 0.00059970476 | |
| 20093140 | 5 months ago | | | 0 | 0.00023430974 | |
| 19931688 | 6 months ago | | | 0 | 0.00048469098 | |
| 19930854 | 6 months ago | | | 0 | 0.00027518933 | |
| 19862990 | 6 months ago | | | 0 | 0.00031969551 | |
| 19757821 | 7 months ago | | | 0 | 0.00031482092 |
ABI
ABI objects
Getter at block 21185124
baseURI() view returns (string)
ipfs://QmQrvbqaR8bgAHSqTUTQtzXVTWA75EX5oAr4ecYhwLEyMu/
name() view returns (string)
JBAS Genesis Collection
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcac321136e6955db7a91715c2ddbdbfb428c7e19
symbol() view returns (string)
GBAS
totalSupply() view returns (uint256)
250
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events airdrop(address[] accounts, uint256[] amounts)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setOperator(address _operator)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _operator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()