MathFlowers
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MathFlowers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20204653 | 5 months ago | | | 0 | 0.00013320896 | |
| 16623498 | 2 years ago | | | 0 | 0.00078453613 | |
| 16301173 | 2 years ago | | | 0 | 0.00073669903 | |
| 16212112 | 2 years ago | | | 0 | 0.00079311236 | |
| 16212109 | 2 years ago | | | 0 | 0.00076654805 | |
| 16024725 | 2 years ago | | | 0.001 | 0.00035683620 | |
| 15686529 | 2 years ago | | | 0 | 0.00089084607 | |
| 14799476 | 3 years ago | | | 0 | 0.0019544491 | |
| 14147774 | 3 years ago | | | 0.055 | 0.010962755 | |
| 14133370 | 3 years ago | | | 0 | 0.0036096262 |
ABI
ABI objects
Getter at block 21314327
MAX_MathFlowers() view returns (uint256)
10000
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://mathflowers.art/metadata/MathFlowers.php?id=
calculatePrice() view returns (uint256)
55000000000000000
currentPrice() view returns (uint256)
55000000000000000
hasSaleStarted() view returns (bool)
true
name() view returns (string)
MathFlowers
owner() view returns (address)
0xdf7be260f463be9b17b652aff1771bfb209bf547
symbol() view returns (string)
MathFlowers
totalSupply() view returns (uint256)
66
Read-only
balanceOf(address owner) view returns (uint256)
checkName(string str) pure returns (bool)
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)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeName(uint256 tokenId, string newName)
claimMathFlowers(uint256 numMathFlowers) payable
pauseSale()
renounceOwnership()
reserveMathFlowers(uint256 numMathFlowers)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 price)
setProvenanceHash(string _hash)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.