METASAMURAI
Verified contract
Active on
Ethereum with 7,485 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 "METASAMURAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217020 | 6 days ago | | | 0 | 0.0015502357 | |
| 21163983 | 14 days ago | | | 0 | 0.00084388414 | |
| 21163977 | 14 days ago | | | 0 | 0.00084903262 | |
| 21163976 | 14 days ago | | | 0 | 0.00081031842 | |
| 21163974 | 14 days ago | | | 0 | 0.0010781218 | |
| 21156024 | 15 days ago | | | 0 | 0.00055975336 | |
| 21143516 | 17 days ago | | | 0 | 0.0013472989 | |
| 21143504 | 17 days ago | | | 0 | 0.0013262783 | |
| 21143496 | 17 days ago | | | 0 | 0.0014041320 | |
| 21143492 | 17 days ago | | | 0 | 0.0013827584 |
ABI
ABI objects
Getter at block 21263546
ALSalePrice() view returns (uint256)
50000000000000000
isALSaleActive() view returns (bool)
false
isFLSaleActive() view returns (bool)
false
isFrozen() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
maxMintAmountPerMint() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
METASAMURAI
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa1a22713946d0ec792f4e645bb40f6ce43a7b319
publicSalePrice() view returns (uint256)
70000000000000000
symbol() view returns (string)
MS
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getALAmountLeft(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFLAmountLeft(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events allowListMint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
freeListMint(uint256 _mintAmount)
freezeMetadata()
ownerMint(address _receiver, uint256 _mintAmount)
publicListMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setALSalePrice(uint256 _newALSalePrice)
setAllowList(address[] _ALArray, uint256[] _mintAmountArray)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeList(address[] _FLArray, uint256[] _mintAmountArray)
setMaxSupply(uint256 _newMaxSupply)
setPublicSalePrice(uint256 _newPublicSalePrice)
setRoyaltyInfo(address _royaltyAddress, uint256 _percentage)
toggleALSale()
toggleFLSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintAmount(uint256 _mintAmountLeft, uint256 _totalSupply, address _minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _symbolName, uint256 _maxMintAmountPerMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.