Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20899354 | a month ago | | | 0 | 0.00020250087 | |
| 20884500 | a month ago | | | 0 | 0.00054461204 | |
| 20884496 | a month ago | | | 0 | 0.00057622028 | |
| 20884494 | a month ago | | | 0 | 0.00053842043 | |
| 20884473 | a month ago | | | 0 | 0.00054326068 | |
| 20884460 | a month ago | | | 0 | 0.00046337932 | |
| 20884459 | a month ago | | | 0 | 0.00058822080 | |
| 20884438 | a month ago | | | 0 | 0.00062146062 | |
| 20884425 | a month ago | | | 0 | 0.00086447990 | |
| 20884423 | a month ago | | | 0 | 0.00079468308 |
ABI
ABI objects
Getter at block 21157642 getApprovedAddresses() view returns (address[])
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
name() view returns (string)
Hedgie
owner() view returns (address)
0xeb1862b18a0f0a2d3b2b087c999f3223c1d9670f
symbol() view returns (string)
HDG
tokenURIPrefix() view returns (string)
https://api.hedgie.io/api/v1/hedgies/metas/
totalSupply() view returns (uint256)
1553
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events addApprovedAddress(address newAddress)
approve(address _to, uint256 _tokenId)
mintTo(address _to, uint256 _tokenId)
removeAllApprovedAddresses()
removeApprovedAddress(address addressToRemove)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenURIPrefix(string newPrefix)
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)
OwnershipRenounced(address indexed previousOwner)
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.