HedgehogsInSocks
Verified contract
Active on
Ethereum with 519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "HedgehogsInSocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19716948 | 7 months ago | | | 0 | 0.00024633896 | |
| 16960659 | 2 years ago | | | 0 | 0.0015587489 | |
| 16960533 | 2 years ago | | | 0 | 0.0017506800 | |
| 16960487 | 2 years ago | | | 0 | 0.0014632762 | |
| 16960477 | 2 years ago | | | 0 | 0.0015792672 | |
| 16960472 | 2 years ago | | | 0 | 0.0014290671 | |
| 16949717 | 2 years ago | | | 0 | 0.0023426344 | |
| 16949683 | 2 years ago | | | 0 | 0.0021277606 | |
| 16949674 | 2 years ago | | | 0 | 0.0023617190 | |
| 16949666 | 2 years ago | | | 0 | 0.0024124900 |
ABI
ABI objects
Getter at block 21225085
MAX_HEDGEHOGS() view returns (uint256)
7777
name() view returns (string)
HedgehogsInSocks
owner() view returns (address)
0xe1629e643c7e4bf63187cb8b7004b7beac9b2571
paused() view returns (bool)
false
symbol() view returns (string)
HEDGEHOGS
totalSupply() view returns (uint256)
797
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
happyHedgehogs(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintHedgehogs(address _to, uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
selectHappyHedgehogs(uint256 _index)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.