OkaySpaceBears
Verified contract
Active on
Ethereum with 1,640 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 "OkaySpaceBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854478 | 6 months ago | | | 0 | 0.00063563320 | |
| 19616019 | 7 months ago | | | 0 | 0.00095302784 | |
| 18952762 | 10 months ago | | | 0 | 0.0014706930 | |
| 17007000 | 2 years ago | | | 0 | 0.00096973370 | |
| 17000447 | 2 years ago | | | 0 | 0.0012301170 | |
| 16766184 | 2 years ago | | | 0 | 0.0016565764 | |
| 16706327 | 2 years ago | | | 0 | 0.00096439797 | |
| 15652813 | 2 years ago | | | 0 | 0.00025793573 | |
| 15580496 | 2 years ago | | | 0 | 0.00026423191 | |
| 15559322 | 2 years ago | | | 0 | 0.000088607804 |
ABI
ABI objects
Getter at block 21160851
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
5555
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
10
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
5555
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
9000000000000000
name() view returns (string)
OkaySpaceBears
owner() view returns (address)
0x30216d988ecf81ba01861ff7307ab76a403c97e2
symbol() view returns (string)
OSB
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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowance(uint256 freeMintAllowance)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintAllowance, uint256 maxMintPerTx, bool isSaleActive, uint256 freeMintIsAllowedUntil)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()