Woodies Special Mints
Verified contract
Active on
Ethereum with 3,764 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 "Woodies Special Mints"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298851 | 14 hours ago | | | 0 | 0.00037844404 | |
| 21199000 | 15 days ago | | | 0 | 0.00051350512 | |
| 20635177 | 3 months ago | | | 0 | 0.00016127167 | |
| 20635174 | 3 months ago | | | 0 | 0.00026385532 | |
| 20442769 | 4 months ago | | | 0 | 0.00025797530 | |
| 20253550 | 5 months ago | | | 0 | 0.000074440930 | |
| 19872011 | 7 months ago | | | 0 | 0.00017362369 | |
| 19871991 | 7 months ago | | | 0 | 0.00022431710 | |
| 19653770 | 8 months ago | | | 0 | 0.00050946473 | |
| 19590563 | 8 months ago | | | 0 | 0.00065286256 |
ABI
ABI objects
Getter at block 21303129 getOpenSaleTokens() view returns (string)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI() view returns (string)
ipfs://QmTWd1czHFSZ8Qx5SakehPYffFnCFN7cf9t4KdGeppfLVx
contractURI() view returns (string)
ipfs://QmTWd1czHFSZ8Qx5SakehPYffFnCFN7cf9t4KdGeppfLVx
name() view returns (string)
Woodies Special Mints
name_() view returns (string)
Woodies Special Mints
owner() view returns (address)
0xe70e823e77d87ee06f573587555fccb6c337e9f5
paused() view returns (bool)
false
symbol() view returns (string)
WOODIESSPECIAL
symbol_() view returns (string)
WOODIESSPECIAL
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getExternalTokenBalance(address sender, struct CommerceWhitelist balanceRequest) view returns (uint256)
getQualifiedAllocation(address sender, uint256 tokenIndex, uint256 quantity, uint256 amount, bytes32[] merkleProof, bool returnAllocationOnly) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 tokenIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isSaleOpen(uint256 tokenIndex) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (string ipfsMetadataHash, string extraDataUri, uint256 numRedeemableContracts, uint256 numTokenWhitelists, struct CommerceMintingConfig mintingConfig, struct CommerceWhiteListConfig whiteListConfig, bool isTokenPack, struct CommerceTokenPackConfig tokenPackConfig)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addToken(string _ipfsMetadataHash, string _extraDataUri, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, uint256 _maxPerWallet, bool _maxQuantityMappedByWhitelistHoldings, bool _requireAllWhiteLists, address[] _redeemableContracts)
addWhiteList(uint256 _tokenIndex, string _tokenType, address _tokenAddress, uint256 _tokenId, uint256 _mustOwnQuantity)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 tokenIndex, uint256 amount)
configTokenPack(uint256 _tokenIndex, bool _isTokenPack, uint256[] _packTokens, bool _isRandomPack, uint256 _numRandom, uint256 _numWhiteListBonus, bool _allotOwnedTokenQuantity, bool _isWhiteListBonusAggregatedAcrossAllWhiteLists)
disableWhiteList(uint256 _tokenIndex, uint256 _whiteListIndexToRemove)
editToken(uint256 _tokenIndex, string _ipfsMetadataHash, string _extraDataUri, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, uint256 _maxPerWallet, bool _maxQuantityMappedByWhitelistHoldings, bool _requireAllWhiteLists, address[] _redeemableContracts)
editTokenWhiteListMerkleRoot(uint256 _tokenIndex, bytes32 _merkleRoot, bool enabled)
grantRole(bytes32 role, address account)
mintBatch(address to, uint256[] qty, uint256[] _tokens)
pause()
purchase(uint256[] _quantities, uint256[] _tokenIndexes, uint256[] _merkleAmounts, bytes32[][] _merkleProofs) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string uri)
setOwner(address _addr)
setURI(string baseURI)
toggleSale(uint256 mpIndex, bool on)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchased(uint256[] index, address indexed account, uint256[] amount)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, address[] _admins, string _contract_URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.