AStrandOfHair
Verified contract
Active on
Ethereum with 12,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
No balances found for "AStrandOfHair"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433378 | 8 months ago | | | 0 | 0.0014395641 | |
| 19090417 | 10 months ago | | | 0 | 0.00049260784 | |
| 19090417 | 10 months ago | | | 0 | 0.00049094020 | |
| 19090417 | 10 months ago | | | 0 | 0.00049260784 | |
| 19074753 | 10 months ago | | | 0 | 0.00037622239 | |
| 19056355 | 10 months ago | | | 0 | 0.00038205845 | |
| 18913012 | a year ago | | | 0 | 0.00031978470 | |
| 18856423 | a year ago | | | 0 | 0.0012603457 | |
| 18844824 | a year ago | | | 0 | 0.00054209476 | |
| 18802869 | a year ago | | | 0 | 0.00079070491 |
ABI
ABI objects
Getter at block 21259219
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmTUnRhkS1f5TxY1tCJMYhG2igkjVhKsppYYBNpPv4bSvN/
freeMinted() view returns (uint256)
331
isFreeMint() view returns (bool)
false
isPaused() view returns (bool)
true
isReveal() view returns (bool)
true
maxAmountPerWalletInFree() view returns (uint32)
3
maxAmountPerWalletInPublic() view returns (uint32)
2
name() view returns (string)
AStrandOfHair
notRevealURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXUwCiKrQVb7j6Kxi6v7k534Ph8df6738hySMCu6RJwJi
publicMinted() view returns (uint256)
9377
symbol() view returns (string)
ASOH
totalFree() view returns (uint256)
5000
totalPublic() view returns (uint256)
5000
totalSupply() view returns (uint256)
10358
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdvanced(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteList(bytes32[] _proof, address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endFreeMint()
freeMint(bytes32[] proof, uint32 _amount)
grantRole(bytes32 role, address account)
mint(address[] accounts, uint32[] amounts)
mint(uint32 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdvancedFur(uint256[] tokenIds)
setApprovalForAll(address operator, bool approved)
setBaseURIAndReveal(string _baseURI)
setFreeLimit(uint32 freeLimit_)
setNotRevealURI(string _notRevealURI)
setPublicLimit(uint32 publicLimit_)
togglePause()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
updateRoot(bytes32 root)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FreeMint(address indexed account, uint256 indexed amount)
Mint(address indexed account, uint256 indexed 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _unrevealURI, uint32 totalFree_, uint32 freeLimit_, uint32 totalPublic_, uint32 publicLimit_, uint32 maxAmountPerWalletInFree_, uint32 maxAmountPerWalletInPublic_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()