St0rmEntertainment
Verified contract
Active on
Ethereum with 178 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 |
---|---|---|---|---|---|
ST0RM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16472594 | 2 years ago | | | 0 | 0.00081403020 | |
| 16465416 | 2 years ago | | | 0 | 0.00091341104 | |
| 16295875 | 2 years ago | | | 0 | 0.00072567164 | |
| 15413777 | 2 years ago | | | 0 | 0.00028993484 | |
| 15130008 | 2 years ago | | | 0 | 0.0011888331 | |
| 15110738 | 2 years ago | | | 0 | 0.0015576944 | |
| 15065698 | 2 years ago | | | 0 | 0.00020703585 | |
| 15022247 | 2 years ago | | | 0 | 0.0019217375 | |
| 14820185 | 2 years ago | | | 0 | 0.00094588374 | |
| 14814148 | 2 years ago | | | 0 | 0.00079170206 |
ABI
ABI objects
Getter at block 21165608
BASE_URI() view returns (string)
ipfs://QmWGn8zXa2VKGgaaWLm1Wd4N8ampXxdBuZRzwbu6jUjRaM/
COLLECTION_SIZE() view returns (uint16)
100
CONTRACT_URI() view returns (string)
ipfs://QmV2itKYvmM7C1W3ghQvcnqgtn1exZKUQXzBqSEtn1AgZx
MAX_BATCH_SIZE() view returns (uint16)
1
MINT_PRICE() view returns (uint256)
0
REVEALED() view returns (bool)
true
UNREVEALED_URI() view returns (string)
ipfs://QmSycJZh9AP17Hj7Srij58LrQ28gZFCNcMRA55xNfzeSp6
contractURI() view returns (string)
ipfs://QmV2itKYvmM7C1W3ghQvcnqgtn1exZKUQXzBqSEtn1AgZx
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
St0rmEntertainment
owner() view returns (address)
0xd8b94e0f3d686f2711191be3ad16ef9e71a67c9b
symbol() view returns (string)
ST0RM
totalSupply() view returns (uint256)
100
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)
userToHasMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
publicSaleMint(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)
setBaseURI(bool _revealed, string _baseURI)
setContractURI(string _contractURI)
setPublicMintEnabled(bool _isPublicMintEnabled)
teamMint(uint256 quantity, address receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()