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 "∆FLORA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20874765 | 2 months ago | | | 0 | 0.00027145377 | |
| 19837888 | 7 months ago | | | 0 | 0.000087958813 | |
| 18452774 | a year ago | | | 0 | 0.00038743149 | |
| 16744143 | 2 years ago | | | 0 | 0.00059638619 | |
| 16727084 | 2 years ago | | | 0 | 0.00051034575 | |
| 16591224 | 2 years ago | | | 0 | 0.00096565039 | |
| 16591218 | 2 years ago | | | 0 | 0.0016426466 | |
| 16587316 | 2 years ago | | | 0 | 0.00071302753 | |
| 16512631 | 2 years ago | | | 0 | 0.0010866032 | |
| 16444612 | 2 years ago | | | 0 | 0.00075834605 |
ABI
ABI objects
Getter at block 21321215
currentStage() view returns (uint256)
4
maxSupply() view returns (uint256)
5555
name() view returns (string)
∆FLORA
owner() view returns (address)
0xc8de89ddbd1e1893e04c97dc9c49540f80da5208
paused() view returns (bool)
false
payoutAddress() view returns (address)
0xc8de89ddbd1e1893e04c97dc9c49540f80da5208
symbol() view returns (string)
FLORA
totalSupply() view returns (uint256)
5555
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stageMinted(uint256, address) view returns (uint256)
stages(uint256) view returns (bool set, uint16 maxPerAddress, uint232 price, bytes32 root)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint256 quantity)
allowlistMint(address to, uint256 quantity, bytes32[] proof) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimBalance()
pause()
publicMint(address to, uint256 quantity) 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_)
setCurrentStage(uint256 _currentStage)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 _maxSupply)
setPayoutAddress(address _payoutAddress)
setStageConfig(uint256 stage, struct DeltaFloraGenesisStageConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _maxSupply, string baseURI_, uint96 feeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()