Arts of the Samurai
Verified contract
Active on
Ethereum with 2,398 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 "Arts of the Samurai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106342 | 17 days ago | | | 0 | 0.000086487479 | |
| 20987790 | a month ago | | | 0 | 0.00032810489 | |
| 20987753 | a month ago | | | 0 | 0.00059340393 | |
| 20674195 | 3 months ago | | | 0 | 0.000038616439 | |
| 20674193 | 3 months ago | | | 0 | 0.000041031582 | |
| 19680311 | 7 months ago | | | 0 | 0.00021419275 | |
| 19680065 | 7 months ago | | | 0 | 0.00018582596 | |
| 19673166 | 7 months ago | | | 0 | 0.00025592484 | |
| 19645114 | 7 months ago | | | 0 | 0.00054524010 | |
| 19473315 | 8 months ago | | | 0 | 0.00081633986 |
ABI
ABI objects
Getter at block 21230753
WLcost() view returns (uint256)
0
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmQaTVQeCCyCyERNbySzYW5jYiKKDiVmfiUQvjTz8qmG9K/
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
777
merkleRoot() view returns (bytes32)
0x6a89b53c72981bc13885e17a7c748e5bf9ecf900d4e1fb5b716e5f647c903bae
name() view returns (string)
Arts of the Samurai
nftPerAddressLimit() view returns (uint256)
1
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x45aacc622e1e0305758571919a0423a6b8d3db23
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
AOTS
totalSupply() view returns (uint256)
777
uriPrefix() view returns (string)
ipfs://QmQ8VfemTDGGW3mXAo2azwDUg65EBMPS97MU3jPvaKTiSv/
uriSuffix() view returns (string)
.json
wlSupply() view returns (uint256)
777
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address[] _receiver)
mintWl(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmount(uint256 _maxMintAmount)
setMerkleRoot(bytes32 _merkleRoot)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWLcost(uint256 _WLcost)
setWlSupply(uint256 _wlSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()