Out-Game Flowers (Small Bouquets)
Verified contract
Proxy
Active on
Ethereum with 32 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
16 additional
variables
Balances ($0.00)
No balances found for "Out-Game Flowers (Small Bouquets)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146883 | 6 days ago | | | 0 | 0.00045966473 | |
| 21124115 | 10 days ago | | | 0 | 0.00065300413 | |
| 21096751 | 13 days ago | | | 0 | 0.00017193107 | |
| 20730928 | 2 months ago | | | 0 | 0.00020859129 | |
| 20730709 | 2 months ago | | | 0 | 0.00010795707 | |
| 20708648 | 2 months ago | | | 0 | 0.00011649159 | |
| 20631198 | 3 months ago | | | 0 | 0.00019864755 | |
| 20485538 | 3 months ago | | | 0 | 0.00031138397 | |
| 20274746 | 4 months ago | | | 0 | 0.00038034307 | |
| 20105642 | 5 months ago | | | 0 | 0.00037956694 |
ABI
ABI objects
Getter at block 21192259 getActiveClaimConditionId() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=0)
contractType() pure returns (bytes32)
0x44726f704552433732314d000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmP834cX2BZxThxJqx4z7eDbk6omWwureh7cnVdYBb8N89/0
contractVersion() pure returns (uint8)
4
getBaseURICount() view returns (uint256)
0
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x66e5e7ed7bf893ba26c48871ab48df59bc9911a5, 1000)
getFlatPlatformFeeInfo() view returns (address, uint256)
(0x8282f9d45a5a68b5d1ad66819950f8126d85b079, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0x8282f9d45a5a68b5d1ad66819950f8126d85b079, 0)
getPlatformFeeType() view returns (uint8)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Out-Game Flowers (Small Bouquets)
nextTokenIdToClaim() view returns (uint256)
172
nextTokenIdToMint() view returns (uint256)
10000150
owner() view returns (address)
0x8282f9d45a5a68b5d1ad66819950f8126d85b079
primarySaleRecipient() view returns (address)
0x57f6d9d00401ec6cbdae7fad805315c73de68a87
symbol() view returns (string)
OGFs
totalMinted() view returns (uint256)
172
totalSupply() view returns (uint256)
150
Read-only
balanceOf(address owner) view returns (uint256)
batchFrozen(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
freezeBatchBaseURI(uint256 _index)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address __originalContract, bytes32 _ownershipMerkleRoot, string _contractURI)
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
migrate(address _tokenOwner, uint256 _tokenId, bytes32[] _proof)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMerkleRoot(bytes32 _merkleRoot)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPlatformFeeType(uint8 _feeType)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
transferFrom(address from, address to, uint256 tokenId)
updateBatchBaseURI(uint256 _index, string _uri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
MaxTotalSupplyUpdated(uint256 maxTotalSupply)
MetadataFrozen()
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BatchMintInvalidBatchId(uint256 index)
BatchMintInvalidTokenId(uint256 tokenId)
BatchMintMetadataFrozen(uint256 batchId)
ContractMetadataUnauthorized()
CurrencyTransferLibFailedNativeTransfer(address recipient, uint256 value)
DropClaimExceedLimit(uint256 expected, uint256 actual)
DropClaimExceedMaxSupply(uint256 expected, uint256 actual)
DropClaimInvalidTokenPrice(address expectedCurrency, uint256 expectedPricePerToken, address actualCurrency, uint256 actualExpectedPricePerToken)
DropClaimNotStarted(uint256 expected, uint256 actual)
DropDelayRevealUnsupported()
DropExceedMaxSupply()
DropInvalidMsgValue(uint256 expected, uint256 actual)
DropNoActiveCondition()
DropNotApprovedOrOwner(address sender, uint256 tokenId)
DropTransferRestricted(address from, address to)
DropUnauthorized()
LazyMintInvalidAmount()
LazyMintUnauthorized()
OwnableUnauthorized()
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)
PlatformFeeExceededMaxFeeBps(uint256 max, uint256 actual)
PlatformFeeInvalidRecipient(address recipient)
PlatformFeeUnauthorized()
PrimarySaleInvalidRecipient(address recipient)
PrimarySaleUnauthorized()
RoyaltyExceededMaxFeeBps(uint256 max, uint256 actual)
RoyaltyInvalidRecipient(address recipient)
RoyaltyUnauthorized()
TokenMigrateAlreadyMigrated(uint256 tokenId)
TokenMigrateInvalidProof(address tokenOwner, uint256 tokenId)
TokenMigrateInvalidTokenId(uint256 tokenId)
TokenMigrateUnauthorized()