DawnSamurai
Verified contract
Active on
Ethereum with 8,848 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 "DawnSamurai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21039424 | a month ago | | | 0 | 0.00013497599 | |
| 20997851 | a month ago | | | 0 | 0.00023714368 | |
| 20981488 | a month ago | | | 0 | 0.00019266641 | |
| 20190088 | 5 months ago | | | 0 | 0.00024701022 | |
| 20189937 | 5 months ago | | | 0 | 0.00020333957 | |
| 19899561 | 6 months ago | | | 0 | 0.00014332078 | |
| 19892783 | 6 months ago | | | 0 | 0.00015722427 | |
| 19799770 | 7 months ago | | | 0 | 0.00020191034 | |
| 19776282 | 7 months ago | | | 0 | 0.00035955160 | |
| 19749874 | 7 months ago | | | 0 | 0.00020704442 |
ABI
ABI objects
Getter at block 21301426
maxSupply() view returns (uint256)
10000
maxTx() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x68eb9bea6467dae91063070231b622838f4a341a96594621086740c38dc29f9a
name() view returns (string)
DawnSamurai
owner() view returns (address)
0x9042943e7233c9c3d067cbd9abffefb33ceff251
price() view returns (uint256)
8900000000000000
symbol() view returns (string)
DawnSamurai
totalSupply() view returns (uint256)
5535
Read-only
_preSaleCounter(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)
State-modifying
Events airdrop(address[] _users)
approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPre(uint256 qty, bytes32[] proof) payable
buyTo(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMerkleRoot(bytes32 root)
setPrice(uint256 newPrice)
toggleMint()
togglePresale()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()