Flows By Evelyn Wilson
Verified contract
Active on
Ethereum with 1,543 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 "Flows By Evelyn Wilson"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20288538 | 4 months ago | | | 0 | 0.000058466990 | |
| 20254285 | 4 months ago | | | 0 | 0.000067286713 | |
| 18907167 | 10 months ago | | | 0 | 0.00070675792 | |
| 18252589 | a year ago | | | 0 | 0.00015219662 | |
| 18252589 | a year ago | | | 0 | 0.00015271315 | |
| 16783707 | 2 years ago | | | 0 | 0.0012037817 | |
| 16595595 | 2 years ago | | | 0 | 0.0011487379 | |
| 16401988 | 2 years ago | | | 0 | 0.00071507135 | |
| 16216164 | 2 years ago | | | 0 | 0.00030675459 | |
| 16037532 | 2 years ago | | | 0 | 0.00053965039 |
ABI
ABI objects
Getter at block 21191804
FREE_MAX_SUPPLY() view returns (uint256)
333
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
888
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV3St8gCvjQXaA5aPUpePq2Y9fEa7o7yuYqKP8KdRzkN2/
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV3St8gCvjQXaA5aPUpePq2Y9fEa7o7yuYqKP8KdRzkN2/
name() view returns (string)
Flows By Evelyn Wilson
owner() view returns (address)
0x601149d446fd8a2e6f482a7869f0df2589504961
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Flows
totalSupply() view returns (uint256)
888
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
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()