Kevin The Monkey

Verified contract

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

No balances found for "Kevin The Monkey"

0x0945967828ddc0396516f8656136f0af6d936128f166ec549a999fb366533a72
0x2d379d660f434c73c26562d62a7040d48b57f2891d0794ffedf94195ad7a4def
0x6effa532455de14382374e6e49ab7b5190002e03378cee0aed9f2a11644291e3
0x129dc6f6f2a0efb61d87d2a64430322d0ef064bc6d4d0713aafe73ecccbeb8ca
0x388a18f5c9005dfe7cc1ef58b324bcbef75add829a8c09b2314a3804f1d6e88a
0x0126ff8c117762ab83784257d2a061ba97307267a1eeb4b352901e7fdf9b9c32
0xedadee83bc774c69bdd41ca6cc3c72c2e30023742619631b49526f325746f0c9
0x2cab2299341fa6eb7758423c78c1d8681da2413c0cebca0abb363434d787c082
0x66245be586d1a746961643b740775466cb16b5593bbe171d76fe75fe390898a6
0x2b41adc65b83ce80194fddfa2d6672c96d7d44c3a9d058372eea8b7d00b9cb4f

Functions
Getter at block 20955157
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_NFT_PURCHASEABLE(view returns (uint256)
20
MAX_PRESALE_MINTING(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
4444
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmY74Zby56XyVK74wkczqqF3TCGvT3rYXU1yapG65TEtXV/
getMintPrice(view returns (uint256)
0
getPresaleContracts(view returns (struct GenerativeCollectionPresaleContract[])
[]
isPresale(view returns (bool)
false
name(view returns (string)
Kevin The Monkey
paused(view returns (bool)
true
symbol(view returns (string)
KTM
totalSupply(view returns (uint256)
3222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
addPresaleContract(address contractAddressuint256[] tokenIds
approve(address touint256 tokenId
burn(uint256 tokenId
clearPresaleContracts(
endPresale(
giveAwayNft(address touint256 numberOfTokens
grantRole(bytes32 roleaddress account
mintNft(uint256 numberOfTokenspayable 
mintNftTo(uint256 numberOfTokensaddress recipientpayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMintPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
ExceededMaxPurchaseable(
ExceededMaxSupply(
NotEligiblePresale(
NotEnoughEther(