Sloth Roob Official

Verified contract

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

No balances found for "Sloth Roob Official"

0xc0d675fe5e17553e48b7a5d70c29aa348bcd48de7ea1380d931a30ebd3e08223
0x5eb7ca788ecb8e005131b2fe4b0794af7cd467a1aa6d513216401e7947a570f8
0x2bb0356172c94227bbb9052fd324ab31e0d9de25d4fe7247b353840de89166db
0x9a6d6689addcb2396afae3433371ba338843d402e00d0f048514e80359dcda3c
0x945915164aef2cdb70273a786bed8eb430f040f6c022d76df1a183de26ef2031
0x90f64327a1fa4dd49da03fd5d3cf314b55c272a4bee1f0732cc5fe382f058e38
0x2fbcd14dd1f11709422769b35753fd9da419e99892a51253355097101210f620
0x9c0b74cb17fedb9f83499e6bff55e30fb1b549b2506b23c9149787115395c2e6
0x153cacd0ade91492fd8393147840e9c85a662be840e7ceaf5670c31ef9fa607d
0x6ad11cdc16b5389538be3395eb0c949e46cda3fce0d3b1f6d070a7dc736eff36

Functions
Getter at block 21389781
MAX_SUPPLY(view returns (uint256)
5353
isActive(view returns (bool)
false
isPresaleActive(view returns (bool)
false
maximumAllowedTokensPerPurchase(view returns (uint256)
5
maximumAllowedTokensPerWallet(view returns (uint256)
10
merkleRoot(view returns (bytes32)
0xe1563fc007f3b3cede0bd1e4aa7ae4d44c13c0d2bf492b2e536ae80eda5c21c7
mintPrice(view returns (uint256)
0
name(view returns (string)
Sloth Roob Official
owner(view returns (address)
0x9dbbd8abfad1e24170856cf420ffd8bbc1cb317a
presaleMaximumTokensPerWallet(view returns (uint256)
5
presalePrice(view returns (uint256)
0
symbol(view returns (string)
SRO
totalSupply(view returns (uint256)
5353
Read-only
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(uint256 _countaddress _address
approve(address touint256 tokenId
batchAirdrop(uint256 _countaddress[] addresses
mint(uint256 _countpayable 
preSaleMint(bytes32[] _merkleProofuint256 _countpayable 
renounceOwnership(
reserveNft(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintSupply(uint256 maxMintSupply
setMaxReserve(uint256 val
setMaximumAllowedTokens(uint256 _count
setMaximumAllowedTokensPerWallet(uint256 _count
setMerkleRootHash(bytes32 _rootHash
setPresaleMaximumTokensPerWallet(uint256 maxMint
setPresalePrice(uint256 _preslaePrice
setPrice(uint256 _price
setReserveAtATime(uint256 val
togglePresaleStatus(
toggleSaleStatus(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(