Hung Sloths
Verified contract
Active on
Ethereum with 52 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 "Hung Sloths"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16645292 | 2 years ago | | | 0 | 0.00081928928 | |
| 15062774 | 2 years ago | | | 0 | 0.0019830857 | |
| 15061003 | 2 years ago | | | 0 | 0.00085116000 | |
| 15058271 | 2 years ago | | | 0.02 | 0.0017759384 | |
| 15058265 | 2 years ago | | | 0.02 | 0.0020942578 | |
| 15058265 | 2 years ago | | | 0.02 | 0.0047985420 | |
| 15058259 | 2 years ago | | | 0.02 | 0.0024105838 | |
| 15058259 | 2 years ago | | | 0.02 | 0.0024105838 | |
| 15058258 | 2 years ago | | | 0.015 | 0.0017724176 | |
| 15058258 | 2 years ago | | | 0.02 | 0.0024026069 |
ABI
ABI objects
Getter at block 21220885
customBaseUri() view returns (string)
https://gen.hungsloths.com/item/
freeAmount() view returns (uint256)
1
name() view returns (string)
Hung Sloths
owner() view returns (address)
0x3a868a1c511fe79022cc989ebcfd6fb122cdd741
paidAmount() view returns (uint256)
4
paidPrice() view returns (uint256)
5000000000000000
paused() view returns (bool)
false
royaltyAmount() view returns (uint256)
75
royaltyTo() view returns (address)
0x3a868a1c511fe79022cc989ebcfd6fb122cdd741
startSeed() view returns (bytes32)
0x45857e1ee7fe620b40fffeda000f7aed91c8526b2112912bcb04a59c05c44507
symbol() view returns (string)
HSLT
totalLimit() view returns (uint256)
8888
totalSupply() view returns (uint256)
207
Read-only
_seeds(uint256) view returns (bytes32)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
seed(uint256 tokenId) view returns (bytes32)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
extract(address _token, uint256 _amount)
mint(uint256 _number) payable
pause(bool _value)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newUri)
setRoyalties(uint256 _royalty, address _recipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()