Murakami FlowerAI
Verified contract
Active on
Ethereum with 394 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 "Murakami FlowerAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19007859 | 10 months ago | | | 0 | 0.0011218419 | |
| 19007650 | 10 months ago | | | 0 | 0.00052317379 | |
| 16772783 | 2 years ago | | | 0 | 0.0021650242 | |
| 16218483 | 2 years ago | | | 0 | 0.00062138452 | |
| 16088770 | 2 years ago | | | 0 | 0.00082454277 | |
| 16085048 | 2 years ago | | | 0 | 0.00063744318 | |
| 16045414 | 2 years ago | | | 0 | 0.00054608360 | |
| 16015062 | 2 years ago | | | 0 | 0.00055343982 | |
| 15850235 | 2 years ago | | | 0 | 0.00046745581 | |
| 15765427 | 2 years ago | | | 0 | 0.00059576314 |
ABI
ABI objects
Getter at block 21157478
appendedID() view returns (bool)
true
cosmicAllow() view returns (uint256)
9
freeWLActive() view returns (bool)
false
maxSupply() view returns (uint256)
1111
name() view returns (string)
Murakami FlowerAI
owner() view returns (address)
0xe0badcfaf766fa1d87578523b8a97afb288e5df1
premintCost() view returns (uint256)
20000000000000000
presaleActive() view returns (bool)
true
publicCost() view returns (uint256)
30000000000000000
publicsaleActive() view returns (bool)
true
symbol() view returns (string)
FLOWERAI
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCosmicAllow(address owner) view returns (uint256)
holderFreeMintCount(address) view returns (uint256)
holderPaidMintCount(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistPaidCount(address) view returns (uint256)
State-modifying
Events activateFreeMintWL()
activateHolderSale()
activatePublicSale()
approve(address to, uint256 tokenId)
mintFreeHolder(uint256 _quantity, bytes32[] _merkleProof) payable
mintFreeWL(uint256 _quantity, bytes32[] _merkleProof) payable
mintPaidHolder(uint256 _quantity, bytes32[] _merkleProof) payable
mintPaidPublic(uint256 _quantity) payable
mintPaidWL(uint256 _quantity, bytes32[] _merkleProof) payable
renounceOwnership()
reserveMint(address _account, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool appendID)
setMerkleRoot(bytes32 _merkleRoot)
setMerkleRootWL(bytes32 _merkleRoot)
setPremintCost(uint256 _newCost)
setPublicCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAny(uint256 _amount) 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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()