StarBlock Genesis Pass
Verified contract
Active on
Ethereum with 67 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 "StarBlock Genesis Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15152517 | 2 years ago | | | 0 | 0.00038860263 | |
| 15151322 | 2 years ago | | | 0 | 0.00042668611 | |
| 15146664 | 2 years ago | | | 0 | 0.00046400000 | |
| 15127158 | 2 years ago | | | 0 | 0.00073200788 | |
| 15125426 | 2 years ago | | | 0 | 0.00076931032 | |
| 15125426 | 2 years ago | | | 0 | 0.00076931032 | |
| 15121755 | 2 years ago | | | 0 | 0.00078880000 | |
| 15121259 | 2 years ago | | | 0 | 0.00083520000 | |
| 15121205 | 2 years ago | | | 0 | 0.00090869916 | |
| 15120973 | 2 years ago | | | 0 | 0.0010876306 |
ABI
ABI objects
Getter at block 21125459
collectionMaxSize() view returns (uint256)
1000
getMaxBatchSize() view returns (uint256)
100
mintTokenAmount() view returns (uint256)
0
name() view returns (string)
StarBlock Genesis Pass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2a9bb61cf5f9e8e129157d1bf86aae6e73b109c2
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0x28fa7262b6d28364b494b30a89633fc12be66608
symbol() view returns (string)
SGPass
tokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
21
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whiteListNumberMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
pause()
publicMint(address to_, uint256 fromTokenId_, uint256 saleQuantity_, uint256 maxPerAddressDuringMint_, uint256 quantity_)
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)
setMaxBatchSize(uint256 _maxBatchSize)
setTokenAddressAndMintTokenAmount(address tokenAddress_, uint256 mintTokenAmount_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whiteListMint(address to_, uint256 fromTokenId_, uint256 saleQuantity_, uint256 maxPerAddressDuringMint_, uint256 quantity_)
withdrawMoney()
withdrawToken()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, address proxyRegistryAddress_, uint256 maxBatchSize_, uint256 collectionSize_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.