BrushStrokes
Verified contract
Active on
Ethereum with 2,297 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 "BrushStrokes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065228 | 13 days ago | | | 0 | 0.00064867317 | |
| 20596547 | 3 months ago | | | 0 | 0.000037756721 | |
| 19747703 | 6 months ago | | | 0 | 0.00018656205 | |
| 19630063 | 7 months ago | | | 0 | 0.00035872195 | |
| 19448698 | 8 months ago | | | 0 | 0.0027141534 | |
| 19252518 | 9 months ago | | | 0 | 0.00036832062 | |
| 19143613 | 9 months ago | | | 0 | 0.0014068175 | |
| 18900371 | 10 months ago | | | 0 | 0.00095297914 | |
| 18897756 | 10 months ago | | | 0 | 0.00065751334 | |
| 18857260 | a year ago | | | 0 | 0.00088756961 |
ABI
ABI objects
Getter at block 21161663 script() view returns (string)
BRUSHSTROKES_PRICE() view returns (uint256)
50000000000000000
EARLY_MINT_SUPPLY() view returns (uint256)
500
FREE_MINT_SUPPLY() view returns (uint256)
111
MAX_SUPPLY() view returns (uint256)
1111
earlyMintCount() view returns (uint256)
272
earlyMintIsActive() view returns (bool)
false
freeMintCount() view returns (uint256)
111
mintIsActive() view returns (bool)
false
name() view returns (string)
BrushStrokes
owner() view returns (address)
0xe38b594bf7e0e65eb091b57715ee3059de596bc2
symbol() view returns (string)
BRUSHSTROKES
totalSupply() view returns (uint256)
1111
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToHash(uint256) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
earlyMint(bytes signature, uint256 nonce) payable
flipEarlyMintState()
flipMintState()
freeMint(bytes signature, uint256 nonce)
mint(bytes signature, uint256 nonce) 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_)
setScript(string genScript)
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)
NewTokenHash(uint256 indexed tokenId, bytes32 indexed tokenHash)
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.
This contract contains no error objects.