Mutant Okay Bearz
Verified contract
Active on
Ethereum with 771 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 "Mutant Okay Bearz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18295042 | a year ago | | | 0 | 0.00023331500 | |
| 16384919 | 2 years ago | | | 0 | 0.00072668800 | |
| 15367148 | 2 years ago | | | 0 | 0.00055792134 | |
| 15218062 | 2 years ago | | | 0 | 0.00036467444 | |
| 15032704 | 2 years ago | | | 0 | 0.00044810250 | |
| 15030995 | 2 years ago | | | 0 | 0.0011680870 | |
| 14960779 | 2 years ago | | | 0 | 0.0010174677 | |
| 14959355 | 2 years ago | | | 0 | 0.0025897365 | |
| 14949846 | 2 years ago | | | 0 | 0.00052840500 | |
| 14936825 | 2 years ago | | | 0 | 0.0017341069 |
ABI
ABI objects
Getter at block 21331854
FreeMinAmount() view returns (uint256)
20
baseURI() view returns (string)
ipfs://QmavjyykkTJk7DA6fXjCNBfTBqCDJDHtFxV7ZjxxK4WSeA/
merkleRoot() view returns (bytes32)
0x3e4adb70e7f155c2e06756d99131e3fd0ef0282128b4efae79bc3a9c97de3dea
name() view returns (string)
Mutant Okay Bearz
owner() view returns (address)
0x5ddd0ce97517f00ba03e9a8d1e31128e3c172055
publicSalePrice() view returns (uint256)
6900000000000000
sellingStep() view returns (uint8)
0
symbol() view returns (string)
MOB
totalReleased() view returns (uint256)
1059100000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2589
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events MutantMint(address _account, uint256 _quantity) payable
approve(address to, uint256 tokenId)
release(address account)
release(address token, address account)
releaseAll()
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)
setFreeMinAmount(uint256 _FreeMinAmount)
setMerkleRoot(bytes32 _merkleRoot)
setPublicSalePrice()
setStep(uint256 _step)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _team, uint256[] _teamShares, bytes32 _merkleRoot, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()