MetaSamurai

Verified contract

Active on Ethereum with 536 txns
Deployed by via 0xab171866 at 16237631
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MetaSamurai"

0xcb1dc8a6f89729f55307c143200e23337f2db7b891c0db8bfda5698a3fc9d23f
0xc341f4418d5b0bffd85475e198277c510b75aa0f7f92299d8575b80cabdd9810
0xba3d0a5a1ba2c1b3146c4d88700f7368793244ef0e536cb2aa6a55cefee61cf1
0x190a3b25fdc48a380b2acdc1de92471d094cf7ae4f5f0030fd9f43494e390da4
0x5fe120bea22a54166fd4aadb107b41c61d64b9f70c930e718612f2839816301c
0x35770d337e3c3f7897aab0b984fb1bb5b06e84fdebaa1f7e60f985b84e8ebbcb
0x8f86ef298a12b5cbe4ecc475f58886cc6367c49b889138098b9f1c2f1c8a4404
0xd563e075fb8cedc872e81c54d83845d42f576fccb5c9fad20ac5b027e90c7424
0x38960ef38f4aa5d42c37d4c1090da638adadb8649a5bea43cf49d33043b1c372
0xa5d3209fa64df641e3787e136c99d947163aff09cb952d5cea9d053e4721f14b

Functions
Getter at block 21060553
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPreActive(view returns (bool)
false
maxSupply(view returns (uint256)
222
name(view returns (string)
MetaSamurai
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0xa1a22713946d0ec792f4e645bb40f6ce43a7b319
symbol(view returns (string)
MS
totalSupply(view returns (uint256)
222
Read-only
amountMinted(address _addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintableAmount(address _addressuint256 _maxMintableAmountbytes32[] _merkleProofview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
ownerMint(uint256 _mintAmount
preMint(uint256 _mintAmountuint256 _maxMintableAmountbytes32[] _merkleProofpayable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _newTokenURI
setMaxSupply(uint256 _newMaxSupply
setMerkleProof(bytes32 _newMerkleRoot
setRoyaltyInfo(address _receiveruint96 _royaltyFee
togglePreActive(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MintAmount(uint256 _mintAmountLeftuint256 _totalSupplyaddress _minter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uriuint256 _maxSupplybytes32 merkleRoot_
Fallback and receive
receive(
Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(