One Big Idea Season 0 Collectible
Verified contract
Proxy
Active on
Ethereum with 766 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
5 additional
variables
Balances ($111.23)
Native
Value
$111.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.036 | $3,089.79 |
$111.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16843138 | 2 years ago | | | 0 | 0.0011492525 | |
| 16299509 | 2 years ago | | | 0 | 0.0011205051 | |
| 16299493 | 2 years ago | | | 0 | 0.00096550349 | |
| 16275908 | 2 years ago | | | 0 | 0.00070562606 | |
| 16246563 | 2 years ago | | | 0.002 | 0.00047475123 | |
| 16245989 | 2 years ago | | | 0 | 0.00074603463 | |
| 16245937 | 2 years ago | | | 0 | 0.00066009797 | |
| 16244530 | 2 years ago | | | 0 | 0.00073331533 | |
| 16244349 | 2 years ago | | | 0 | 0.00076573000 | |
| 16244341 | 2 years ago | | | 0 | 0.00079738600 |
ABI
ABI objects
Getter at block 21195759
MAX_TOKENS() view returns (uint256)
500
baseURI() view returns (string)
ipfs://bafyreigqefa4hqwgifnflevbocpixpy4nghqpvv3vdfsq3kz7hsx6hsvqi/metadata.json?
contractURI() view returns (string)
ipfs://bafyreigqefa4hqwgifnflevbocpixpy4nghqpvv3vdfsq3kz7hsx6hsvqi/metadata.json?
hasAdjustableCap() view returns (bool)
false
maxTokenPurchase() view returns (uint256)
1
metadataRenderer() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
One Big Idea Season 0 Collectible
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xfaea523cdf00e9be0a82fa201fbb111330cc7c0c
parentIP() view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd() view returns (uint256)
0
presaleStart() view returns (uint256)
0
royaltyBPS() view returns (uint256)
1000
saleEnd() view returns (uint256)
1673071200
saleIsActive() view returns (bool _saleIsActive)
false
saleIsPaused() view returns (bool)
false
saleStart() view returns (uint256)
0
splitMain() view returns (address)
0x2ed6c4b5da6378c7897ac67ba9e43102feb694ee
splitWallet() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
OBI0
tokenGateConfig() view returns (address tokenAddress, uint88 minBalance, uint8 saleType)
(tokenAddress=0x0000000000000000000000000000000000000000, minBalance=0, saleType=0)
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
500
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 receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adjustCap(uint256 newCap)
approve(address operator, uint256 tokenId)
createSplit(address[] accounts, uint32[] percentAllocations, uint32 distributorFee)
distributeAndWithdraw(address account, uint256 withdrawETH, address[] tokens, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeERC20(address token, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeETH(address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
flipSaleState()
initialize(address _owner, struct EditionConfig _editionConfig, struct MetadataConfig _metadataConfig, struct TokenGateConfig _tokenGateConfig, address _metadataRenderer, address _splitMain)
mint(uint256 numberOfTokens) payable
mintAirdrop(address[] recipients)
mintPresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable
renounceOwnership()
reserveDCNT(uint256 numReserved)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMetadataRenderer(address _metadataRenderer)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToSplit(uint256 transferETH, address[] tokens)
updateOperatorFilter(bool enable, address operatorFilter)
updatePresaleStartEnd(uint256 newStart, uint256 newEnd)
updateSaleStartEnd(uint256 newStart, uint256 newEnd)
withdraw()
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)
Initialized(uint8 version)
Minted(address sender, uint256 tokenId_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()