EtherWords
Verified contract
Active on
Ethereum with 780 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.73)
Native
Value
$3.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,728.21 |
$3.73 | |
GSGC | ERC-20 | 5K | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
WordToken | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8650406 | 5 years ago | | | 0.001 | 0.00033805200 | |
| 5985584 | 6 years ago | | | 0 | 0.00018886200 | |
| 5168277 | 7 years ago | | | 0.001 | 0.000084513000 | |
| 5150144 | 7 years ago | | | 0.001 | 0.00013902600 | |
| 5150142 | 7 years ago | | | 0.001 | 0.00016902600 | |
| 5148261 | 7 years ago | | | 0.001 | 0.00027805200 | |
| 5148261 | 7 years ago | | | 0.001 | 0.00027805200 | |
| 5148261 | 7 years ago | | | 0.0047258979 | 0.00036829600 | |
| 5147693 | 7 years ago | | | 0.001 | 0.00013902600 | |
| 5146858 | 7 years ago | | | 0.001 | 0.00020853900 |
ABI
ABI objects
Getter at block 21309353
NAME() view returns (string)
EtherWords
SYMBOL() view returns (string)
WordToken
ceoAddress() view returns (address)
0xb2ce5d05ef02ccfbf5ea5185b1c51e13b03bad25
cooAddress() view returns (address)
0xb2ce5d05ef02ccfbf5ea5185b1c51e13b03bad25
implementsERC721() pure returns (bool)
true
name() pure returns (string)
EtherWords
promoCreatedCount() view returns (uint256)
8
symbol() pure returns (string)
WordToken
totalSupply() view returns (uint256 total)
115
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getNumber(uint256 _tokenId) view returns (string numberName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
personIndexToApproved(uint256) view returns (address)
personIndexToOwner(uint256) view returns (address)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractNumber(string _name)
createPromoNumber(address _owner, string _name, uint256 _price)
genesisCreation()
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.