Sloth Roob Official
Verified contract
Active on
Ethereum with 3,065 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 "Sloth Roob Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271917 | 16 days ago | | | 0 | 0.00074616896 | |
| 21104495 | a month ago | | | 0 | 0.000079653353 | |
| 21046648 | 2 months ago | | | 0 | 0.00021673022 | |
| 20666924 | 3 months ago | | | 0 | 0.00024753000 | |
| 20666921 | 3 months ago | | | 0 | 0.00022110867 | |
| 20666916 | 3 months ago | | | 0 | 0.00026616801 | |
| 20666916 | 3 months ago | | | 0 | 0.00031873342 | |
| 20666907 | 3 months ago | | | 0 | 0.00035318314 | |
| 20666848 | 3 months ago | | | 0 | 0.00017723481 | |
| 20666847 | 3 months ago | | | 0 | 0.00019870221 |
ABI
ABI objects
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 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(uint256 _count, address _address)
approve(address to, uint256 tokenId)
batchAirdrop(uint256 _count, address[] addresses)
mint(uint256 _count) payable
preSaleMint(bytes32[] _merkleProof, uint256 _count) payable
renounceOwnership()
reserveNft()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()