Underground Workshop Banner
Verified contract
Active on
Ethereum with 1,406 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 |
---|---|---|---|---|---|
UWB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18133948 | a year ago | | | 0 | 0.00052023479 | |
| 17943104 | a year ago | | | 0 | 0.0021340749 | |
| 17008721 | 2 years ago | | | 0 | 0.00049441913 | |
| 15964404 | 2 years ago | | | 0 | 0.00040828555 | |
| 15852549 | 2 years ago | | | 0 | 0.00038869884 | |
| 15676576 | 2 years ago | | | 0 | 0.00064859286 | |
| 15674658 | 2 years ago | | | 0 | 0.00043172489 | |
| 15433967 | 2 years ago | | | 0 | 0.00041513346 | |
| 15375556 | 2 years ago | | | 0 | 0.00041110139 | |
| 15338127 | 2 years ago | | | 0 | 0.00018111440 |
ABI
ABI objects
Getter at block 21326518
MAX_SUPPLY() view returns (uint256)
1000
_isPublicSaleActive() view returns (bool)
false
_isSaleActive() view returns (bool)
true
_revealed() view returns (bool)
true
baseExtension() view returns (string)
.json
getMyWalletMints() view returns (uint256)
0
maxBalance() view returns (uint256)
1
maxMint() view returns (uint256)
10
mintPrice() view returns (uint256)
0
name() view returns (string)
Underground Workshop Banner
notRevealedUri() view returns (string)
ipfs://QmcoFNaq9N3UZxfFbG6WWZxDQA7rmcApXu1gkf6neRZuo1
owner() view returns (address)
0x04270a43aabdb6e14d8559cff8e1ef75dc14adba
root() view returns (bytes32)
0x822f202037479f7de6ca029eb40dbb6a151c7c042777fb46a24bf99ca70c3386
symbol() view returns (string)
UWB
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
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)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleActive()
flipReveal()
flipSaleActive()
mintBanner(uint256 tokenQuantity, bytes32[] proof) payable
mintMine(uint256 tokenQuantity) payable
mintPublicBanner(uint256 tokenQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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 initBaseURI, string initNotRevealedUri, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.