Theirsverse Official
Verified contract
Active on
Ethereum with 7,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfb7c…df5d
0x684e…ae4e
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Theirsverse Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165023 | 17 days ago | | | 0 | 0.00057941575 | |
| 21160919 | 18 days ago | | | 0 | 0.00076102255 | |
| 21139847 | 21 days ago | | | 0 | 0.00040175307 | |
| 21098316 | a month ago | | | 0 | 0.00019349692 | |
| 21096677 | a month ago | | | 0 | 0.00021888773 | |
| 21055357 | a month ago | | | 0 | 0.00015777898 | |
| 21053445 | a month ago | | | 0 | 0.00016038012 | |
| 21053430 | a month ago | | | 0 | 0.00037270800 | |
| 21042508 | a month ago | | | 0 | 0.00062189382 | |
| 21024920 | a month ago | | | 0 | 0.000098032426 |
ABI
ABI objects
Getter at block 21287899
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_BATCH_SIZE() view returns (uint256)
5
baseURI() view returns (string)
https://chainbase-api.matrixlabs.org/metadata/api/v1/apps/ethereum:mainnet:bKPQsA_Ohnj1Ug0MvX39i/contracts/0x249aeAa7fA06a63Ea5389b72217476db881294df_ethereum/metadata/tokens/
goldMemberSalePrice() view returns (uint256)
0
maxSupply() view returns (uint256)
5500
name() view returns (string)
Theirsverse Official
owner() view returns (address)
0xf397197d4c4c2afb5e7bcc4fb202f7238c527e39
paused() view returns (bool)
false
payment() view returns (address)
0x684e949ef218ecd08b907d9365f8f6248b2cae4e
publicSalePrice() view returns (uint256)
180000000000000000
saleStartTime() view returns (uint256)
1657508155
starNFT() view returns (address)
0xfb7c8fb22470c1a8c7cafde63562b49af8fddf5d
symbol() view returns (string)
THEIRS
totalSupply() view returns (uint256)
5500
Read-only
amountNFTsGoldMemberSale(uint256) view returns (uint256)
amountNFTsPerPublicSale(address) view returns (uint256)
amountNFTsPerWhitelistSale(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
goldMemberMaxCount(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
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)
whitelistPhasePrices(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchClaim(address[] _accounts, uint256[] _quantity)
goldMemberAirdrop(address[] _accounts, uint256[] _quantity)
goldMemberMint(uint256 _quantity) payable
grantAdminRole(address account)
grantRole(bytes32 role, address account)
pause()
publicSaleMint(uint256 _quantity) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdminRole(address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMerkleRoot(bytes32[4] _merkleRoots)
setPayment(address _paymentAddress)
setSaleStartTime(uint256 _saleStartTime)
setStarNFT(address _starNFTAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _quantity, bytes32[] _proof, uint16 phase) payable
withdraw()
withdraw(address token)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256[4] _whitelistPhasePrices, uint256 _goldMemberSalePrice, uint256 _publicSalePrice, uint256 _saleStartTime, uint256 _maxSupply, address _owner, address _devAdmin, address _starNFTAddress, address _paymentAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.