ALBJS X MSK
Verified contract
Active on
Ethereum with 84 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ALBJS X MSK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17022041 | 2 years ago | | | 0 | 0.00082979329 | |
| 17022021 | 2 years ago | | | 0.017 | 0.0021745076 | |
| 17022019 | 2 years ago | | | 0.017 | 0.0029486417 | |
| 17022007 | 2 years ago | | | 0 | 0.00081112625 | |
| 17021992 | 2 years ago | | | 0.0034 | 0.0015551815 | |
| 17021988 | 2 years ago | | | 0.0085 | 0.0018053031 | |
| 17021953 | 2 years ago | | | 0.0034 | 0.0025675820 | |
| 17021952 | 2 years ago | | | 0.0034 | 0.0025675820 | |
| 17021952 | 2 years ago | | | 0.0034 | 0.0025675820 | |
| 17021952 | 2 years ago | | | 0.0034 | 0.0025675820 |
ABI
ABI objects
Getter at block 21276735
cost() view returns (uint256)
1700000000000000
freeMintEnabled() view returns (bool)
false
hiddenMetadataUri() view returns (string)
ipfs://bafybeifx6p3ijeem27espvdfhwuowa3wxmeiidw6l3ytq4k2a36jlrz7am/hidden.json
maxMintAmountPerAddress() view returns (uint256)
20
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x488feca262d88ac0cd1e8195dcdde9aa740e4402bef94105b4f536ec9cfa9d3c
name() view returns (string)
ALBJS X MSK
owner() view returns (address)
0xea364cc473f115cfd277321a54290741602cff4d
paused() view returns (bool)
false
provenance() view returns (string)
revealed() view returns (bool)
false
symbol() view returns (string)
AXM
totalSupply() view returns (uint256)
95
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftsMintedByAddress(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalMintedByAddress(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMintEnabled(bool _state)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerAddress(uint256 _maxMintAmountPerAddress)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setProvenanceHash(string provenanceHash)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()