Monkeees

Verified contract

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

No balances found for "Monkeees"

0x90be5652c90b3e095d7856fc4990791257549c88af6d3e42c014172d4ec71937
0xbf5dbba228c59205a9a29d6ed12a58cfd8360c16b06b802ca78a087c18df2069
0x72ec0387615c76e4ecadc90762ab340914e906422e73e84962d5923ec720755a
0xb59c4a845d425c73280dad03f84044128c01f169c44a3afdfa84ed93339cd15a
0xd3017ce2de05c24b066f30b22dbf793dc10053be12d4175fa6d28f5b28b2cb30
0xacf8d7c67bcc57c6ee5df755e931b9cfc1e3fcf196a7f677182629f0f3be5d7b
0xcbc3a575b80f37b19280ad1de3aa0b03c35ea9083f7dd48a8133e9cf0ab96426
0x3ec28d40ee459c548f71e021bb0880d7d0bba3bf5f0e3a426146ce03f17f8333
0x674bf32100b0821ce4ee884bdc61b8a65085c7e4366ec5f6c436c9e6ccf39411
0xd37cddd7cff57ea853418471137c4ad840b229a233da96438cb3742724360442

Functions
Getter at block 21283238
baseTokenURI(view returns (string)
https://plum-mad-worm-91.mypinata.cloud/ipfs/QmRmz24a5oxdoWdAWBQ38X2SEDYkpTojRko5pow1Fd1Rzs/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
100
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
100
name(view returns (string)
Monkeees
owner(view returns (address)
0x172d6d7a9790b38c682d3d23aa807086dded6f21
symbol(view returns (string)
MONKEEES
totalSupply(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setTradingmode(bool _Tradingmode
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(