Ethereum Monkey Business

Verified contract

Active on Ethereum with 4,771 txns
Deployed by via 0x91534174 at 14790704
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethereum Monkey Business"

0x13741c5298a67071077dbd56b6c627b0524b87b64509fa70f4052ed511725fe2
0x431f909ef73bec5ffd69f1f4de5a1e8e7548b29d1bde66fa7601746856ffb592
0x835c00ab4b5d19fa3faab9bf2a038fec22e01f2aae0674084cf9438faecbc868
0x38b8ea3bbdbe862d2e1acba46ad6d859c39618c15237b5bbae2469cd8c0ea201
0xd9d68d60b07999c7838685cc25637a8a1abfc6fe9409945175bb89f5f5072495
From
0xac66bb83735be645104c91220269108555ba8255469ca68cfca1930a7738ddf3
0x3657bac9184d73be7010cefc0772ed680d58b9d84f2c35e1df3bc11c4babd656
0x291a8b656fd47a6bbdaae3a456aa9f2cf294b11dc23617982e8eff4e192ea98a
0x020e8de880bec8ba23a421e3a277f8e75b30e6034188d8afb402a04473776a2a
0x25d16cfd7d9c0c9f583a91fd5a4ce43236d6e9aa30cabd70f2fe95eeb9c0d707

Functions
Getter at block 20977799
FREE_MAX_SUPPLY(view returns (uint256)
0
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_PER_WALLET(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
5000
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmPZckGpPo8xGYYuW8z1YnwtbGtgwjq2CwkAtJhJ8yGycH/
contractURI(view returns (string)
ipfs://QmWNfVryLWyRJUQFe8mgPquPuopRpvDiUw5fjULf2K3ZBZ
name(view returns (string)
Ethereum Monkey Business
owner(view returns (address)
0x595ad9ed48541e4005efa7df06089fe5ed998d63
paused(view returns (bool)
false
price(view returns (uint256)
10000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed(view returns (bool)
true
symbol(view returns (string)
EMB
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(payable 
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
setPrice(uint256 _price
setupOS(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
AuxQueryForZeroAddress(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(