EtherGems
Verified contract
Active on
Ethereum with 1,503 txns
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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5150644 | 7 years ago | | | 0 | 0.000030169000 | |
| 5141797 | 7 years ago | | | 0.048552416 | 0.00078147850 | |
| 5140998 | 7 years ago | | | 0.022334111 | 0.00070924900 | |
| 5140166 | 7 years ago | | | 0.022334111 | 0.000022879000 | |
| 5140080 | 7 years ago | | | 0.048552416 | 0.00015917000 | |
| 5140064 | 7 years ago | | | 0.022334111 | 0.0027125700 | |
| 5140050 | 7 years ago | | | 0.022334111 | 0.00022879000 | |
| 5140040 | 7 years ago | | | 0.048552416 | 0.0011625300 | |
| 5140038 | 7 years ago | | | 0.010273691 | 0.00071043500 | |
| 5140036 | 7 years ago | | | 0.022334111 | 0.00074377500 |
ABI
ABI objects
Getter at block 21168600
NAME() view returns (string)
EtherGems
SYMBOL() view returns (string)
GemToken
ceoAddress() view returns (address)
0x3cf053e3ac0410a66048f05b8f462eac866d6537
cooAddress() view returns (address)
0x3cf053e3ac0410a66048f05b8f462eac866d6537
implementsERC721() pure returns (bool)
true
name() pure returns (string)
EtherGems
symbol() pure returns (string)
GemToken
totalSupply() view returns (uint256 total)
45
Read-only
balanceOf(address _owner) view returns (uint256 balance)
gemIndexToApproved(uint256) view returns (address)
gemIndexToOwner(uint256) view returns (address)
getGem(uint256 _tokenId) view returns (string gemName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractGem(string _name)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.