Mama Okay Bears
Verified contract
Active on
Ethereum with 3,633 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 "Mama Okay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20549581 | 3 months ago | | | 0 | 0.000087920269 | |
| 20301693 | 4 months ago | | | 0 | 0.00020192184 | |
| 20232758 | 4 months ago | | | 0 | 0.00024858130 | |
| 19772051 | 6 months ago | | | 0 | 0.00044146928 | |
| 19765592 | 6 months ago | | | 0 | 0.00056528597 | |
| 19428867 | 8 months ago | | | 0 | 0.0029976267 | |
| 19103044 | 10 months ago | | | 0 | 0.00027870744 | |
| 18967406 | 10 months ago | | | 0 | 0.00034834175 | |
| 18407955 | a year ago | | | 0 | 0.00053703316 | |
| 18337828 | a year ago | | | 0 | 0.00013864274 |
ABI
ABI objects
Getter at block 21176874
CURR_MINT_COST() view returns (uint256)
0
MAX_TOKENS() view returns (uint256)
5555
baseURI() view returns (string)
http://api.mamaokaybears.com/mob/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Final, 0, 1652891074, 0, 10, 100, 5555, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Mama Okay Bears
owner() view returns (address)
0x4078c651d981ccca969221e916dabe6087e48ccc
symbol() view returns (string)
MOB
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
mintNFT(uint256 _mintAmount) 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 _newBaseURI)
setNewRound(uint256 _supply, uint256 cost, string name, uint256 perTransactionLimit, uint256 perAddressLimit, uint256 theTime, bool saleState)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(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()
URIQueryForNonexistentToken()