The Dori Samurai
Verified contract
Active on
Ethereum with 5,307 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 "The Dori Samurai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108572 | 12 days ago | | | 0 | 0.00014111986 | |
| 20918056 | a month ago | | | 0 | 0.00026469677 | |
| 20674494 | 2 months ago | | | 0 | 0.000031873791 | |
| 20674415 | 2 months ago | | | 0 | 0.000031486000 | |
| 20674413 | 2 months ago | | | 0 | 0.000033304732 | |
| 20598149 | 3 months ago | | | 0 | 0.000021853154 | |
| 20190793 | 5 months ago | | | 0 | 0.00048636288 | |
| 20119816 | 5 months ago | | | 0 | 0.00040864155 | |
| 20118372 | 5 months ago | | | 0 | 0.00017086396 | |
| 20082402 | 5 months ago | | | 0 | 0.00022719484 |
ABI
ABI objects
Getter at block 21192300
_baseTokenURI() view returns (string)
https://app.bueno.art/api/contract/0ps0zLlgBLT_H6BB8TgpC/chain/1/metadata/
maxPerTransaction() view returns (uint256)
1
maxPerWallet() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x9302973e62970367277ef85680c1739f5a5e0ff64ca83d183e816fd67d36ad68
name() view returns (string)
The Dori Samurai
owner() view returns (address)
0x117931c9cf3fdcaa12eba112cbaed913aadcfcf2
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
4400000000000000
presaleSupply() view returns (uint256)
888
price() view returns (uint256)
8800000000000000
saleState() view returns (uint8)
2
supply() view returns (uint256)
888
symbol() view returns (string)
DORI
totalSupply() view returns (uint256)
888
Read-only
addressMintBalance(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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()