Star Wolvez
Verified contract
Active on
Ethereum with 13,925 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 "Star Wolvez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156848 | 20 hours ago | | | 0 | 0.00065328930 | |
| 21145831 | 2 days ago | | | 0 | 0.00090420653 | |
| 21145609 | 2 days ago | | | 0 | 0.0014960801 | |
| 21117557 | 6 days ago | | | 0 | 0.00046112068 | |
| 21114164 | 7 days ago | | | 0 | 0.00029751086 | |
| 21113406 | 7 days ago | | | 0 | 0.00022063893 | |
| 21104492 | 8 days ago | | | 0 | 0.00029254800 | |
| 21104479 | 8 days ago | | | 0 | 0.00032483315 | |
| 21104455 | 8 days ago | | | 0 | 0.00030929730 | |
| 21102674 | 8 days ago | | | 0 | 0.00010470070 |
ABI
ABI objects
Getter at block 21162864
MAX_TOKENS() view returns (uint256)
8982
MAX_TOKENS_PURCHASE() view returns (uint256)
4
STARWOLVEZ_PROVENANCE() view returns (string)
maxTokensPurchasePresale() view returns (uint256)
2
mintIsActive() view returns (bool)
false
mintIsActivePresale() view returns (bool)
false
mintingTokenIndex() view returns (uint256)
8981
name() view returns (string)
Star Wolvez
numTokensBurned() view returns (uint256)
1
numTokensMinted() view returns (uint256)
8881
owner() view returns (address)
0x11768560cbf8de1a09e879e387668316a6b9b705
paused() view returns (bool)
false
presaleMerkleRoot() view returns (bytes32)
0xb5127500e93c5973edc7d354fb065670ff8dba00b1b0459836383b283ed337ff
symbol() view returns (string)
SW
tokenPrice() view returns (uint256)
88800000000000000
totalSupply() view returns (uint256)
8880
Read-only
balanceOf(address owner) view returns (uint256)
checkAddressOnPresaleMerkleWalletList(address wallet) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnPresaleMerkle(bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMerkleWalletList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsByWallet(address owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipMintState()
flipPresaleMintState()
initPresaleMerkleWalletList(address[] walletList)
mint(uint256 numberOfTokens) payable
mintPresaleMerkle(uint256 numberOfTokens, bytes32[] _merkleProof) payable
mintReserveTokens(uint256 numberOfTokens)
mintTokenIdToWallet(address toWallet, uint256 tokenId)
mintTokenToWallet(address toWallet, uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxTokensPurchasePresale(uint256 amount)
setMerkleRoot(bytes32 _presaleMerkleRoot)
setPaused(bool _setPaused)
setPresaleWave(bytes32 _presaleMerkleRoot, uint256 amount)
setProvenanceHash(string provenanceHash)
setTokenPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.