Scampaulsive by Rugan Paul

Verified contract

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

No balances found for "Scampaulsive by Rugan Paul"

0xca0faf986b11fe7cd045ab579adc368b38b082a54ad8c22b40890a92e0a18fae
0x2e6ab68a7e37872579d0cd90deae2acaefebfb282c6a83262bdc4d37516b2934
0x8647681f1f6f8c0a1bd752234ecc954163c14ebccd3ff1fce97d8efc6f4e8cce
0xfeedae8a6b07a6b0fed90fc23d59bfe5e35a63885271701b5955d64530bf3d89
0xe5b16e45671ae892533887d8b6018e7a87500e51b3f0a37b70be89268c431d81
0xcd4e400414ab07c116a33068025c29cc3a9b6928269095e539e5ccec65966453
0x333f65e10dd303fd35a30381033ec069d1104027dec165f992769720c212af65
0xac6de9eae25e079f3b2efb0481f62eefbcb385cb95805fa95f0dc4a9ff782939
0xa4060cb6f5c866a03dad39582103851a12a7bd2982c5fdc0b16b936af24819f7
0x5e82dc4d82b7c081f0632e92a21e49c18ea01784c5f0db503c64424a0ea2c87a

Functions
Getter at block 21420819
NUM_FREE_MINTS(view returns (uint256)
5555
cost(view returns (uint256)
5000000000000000
freeNFTAlreadyMinted(view returns (uint256)
4665
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
10
maxMintAmountPerWallet(view returns (uint8)
10
maxSupply(view returns (uint16)
5555
name(view returns (string)
Scampaulsive by Rugan Paul
owner(view returns (address)
0xf20f265f9c8b238f4691cb36a8068318047dfae9
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
SCAM
totalSupply(view returns (uint256)
5555
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setNumFreeMints(uint256 _numfreemints
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
seturiSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(