GeneralEthereumToken
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($224.86)
Native
Value
$224.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.072 | $3,123.01 |
$224.86 | |
HEX | ERC-20 | 2.614 | $0.002062 |
$0.01 | |
OET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7052293 | 6 years ago | | | 0 | 0.0012155680 | |
| 7052287 | 6 years ago | | | 0 | 0.0012155680 | |
| 7013733 | 6 years ago | | | 0.91 | 0.0059799320 | |
| 6513078 | 6 years ago | | | 0.162 | 0.0065949320 | |
| 6512942 | 6 years ago | | | 0.05 | 0.00086399300 | |
| 6501977 | 6 years ago | | | 0 | 0.0089566140 | |
| 6501944 | 6 years ago | | | 0 | 0.0066957920 | |
| 6501933 | 6 years ago | | | 0 | 0.0066957920 | |
| 6501910 | 6 years ago | | | 0 | 0.0060807920 | |
| 6501894 | 6 years ago | | | 0 | 0.0018063780 |
ABI
ABI objects
Getter at block 21188223
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
manager() view returns (address)
0x9ba4d4670f0dcfe11d7ac28b27fc33f43f831587
name() view returns (string)
GeneralEthereumToken
name_() view returns (string)
GeneralEthereumToken
owner() view returns (address)
0x9ba4d4670f0dcfe11d7ac28b27fc33f43f831587
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GET
symbol_() view returns (string)
GET
tokenIDCount() view returns (uint256)
5
totalSupply() view returns (uint256)
5
Read-only
arrayOfTokensByAddress(address _holder) view returns (uint256[])
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getTokenData(uint256 _tokenId) view returns (string Liscence, string URL)
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)
State-modifying
Events addTokenData(uint256 _tokenId, string _information, string _URL)
approve(address _to, uint256 _tokenId)
claimOwnership()
mint(address _to)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setManager(address _manager)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
fallback()
This contract contains no error objects.