Scampaulsive by Rugan Paul
Verified contract
Active on
Ethereum with 5,502 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 "Scampaulsive by Rugan Paul"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19765556 | 8 months ago | | | 0 | 0.00032246847 | |
| 18996816 | a year ago | | | 0 | 0.00040120772 | |
| 17515815 | a year ago | | | 0 | 0.0010793961 | |
| 17366791 | 2 years ago | | | 0 | 0.0012015113 | |
| 16930023 | 2 years ago | | | 0 | 0.0011678068 | |
| 16790910 | 2 years ago | | | 0 | 0.0017499466 | |
| 16759106 | 2 years ago | | | 0 | 0.0010872229 | |
| 16720703 | 2 years ago | | | 0 | 0.0014570476 | |
| 16709482 | 2 years ago | | | 0 | 0.00095413851 | |
| 16707478 | 2 years ago | | | 0 | 0.0015815303 |
ABI
ABI objects
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(address) view returns (uint8)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()