Swag Sloth
Verified contract
Active on
Ethereum with 869 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 "Swag Sloth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20570007 | 2 months ago | | | 0 | 0.000095524533 | |
| 20305317 | 4 months ago | | | 0 | 0.00012495348 | |
| 18613401 | a year ago | | | 0 | 0.0020941674 | |
| 17763329 | a year ago | | | 0 | 0.0017281655 | |
| 16682173 | 2 years ago | | | 0 | 0.00096328748 | |
| 16625690 | 2 years ago | | | 0 | 0.00069979022 | |
| 16607337 | 2 years ago | | | 0 | 0.00046787690 | |
| 16334156 | 2 years ago | | | 0 | 0.00086528724 | |
| 16235102 | 2 years ago | | | 0 | 0.0014151734 | |
| 15975771 | 2 years ago | | | 0 | 0.0011356936 |
ABI
ABI objects
Getter at block 21087116
MAX_SUPPLY() view returns (uint256)
2022
_isSaleActive() view returns (bool)
false
_isWhiteListSaleActive() view returns (bool)
false
getTotalSupply() view returns (uint256)
889
maxwhitelistBalance() view returns (uint256)
2
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
Swag Sloth
owner() view returns (address)
0xe858f0dd8e4061b2743478c834d8bd07cf72acaf
revealTimeStamp() view returns (uint256)
0
symbol() view returns (string)
SLOTH
totalSupply() view returns (uint256)
889
whiteListPrice() view returns (uint256)
60000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSlothByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whiteList(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
filpSaleActive()
flipWhiteListSaleActive()
mintSloths(uint256 numSloths) payable
preserveMint(uint256 numSloths, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMintPrice(uint256 _mintPrice)
setPreRevealURI(string preRevealURI)
setRevealTimestamp(uint256 newRevealTimeStamp)
setWhiteList(address[] _whiteList)
setWhiteListPrice(uint256 _whiteListPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMintSloths(uint256 numSloths) payable
withdraw(address to)
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)
TokenMinted(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.