Sigma Labs by Bani
Verified contract
Active on
Ethereum with 348 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 "Sigma Labs by Bani"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18917715 | a year ago | | | 0 | 0.00056896075 | |
| 16777487 | 2 years ago | | | 0 | 0.0019374790 | |
| 16772187 | 2 years ago | | | 0 | 0.0016166119 | |
| 16688652 | 2 years ago | | | 0 | 0.0014424539 | |
| 16508074 | 2 years ago | | | 0 | 0.0013248536 | |
| 16505636 | 2 years ago | | | 0 | 0.00065004062 | |
| 16505439 | 2 years ago | | | 0 | 0.00067257555 | |
| 16505389 | 2 years ago | | | 0 | 0.00068145121 | |
| 16504969 | 2 years ago | | | 0 | 0.00049243500 | |
| 16504343 | 2 years ago | | | 0 | 0.00065629467 |
ABI
ABI objects
Getter at block 21438891
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmU1CBuzLBmmz5Vr7bVCdQb4UjRuNwLeXLM1Eugh3tRWpV
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
name() view returns (string)
Sigma Labs by Bani
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6598c8628449ce33aa380b06982a32dbfd135fca
price() view returns (uint256)
3000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
SIGMA
totalSupply() view returns (uint256)
3186
whitelistMerkleRoot() view returns (bytes32)
0x8fde8d35362a10cc9d2e16bab933b241e637c76085501044a656e5ddce679bd1
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)
tokenByIndex(uint256 index) 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)
mint(uint256 amount) payable
openPublicMint(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.