Ether Orcs
Verified contract
Active on
Ethereum with 38,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfee5…84ab
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- | |
ORC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19036344 | 10 months ago | | | 0 | 0.00091626001 | |
| 18802096 | a year ago | | | 0 | 0.00088037340 | |
| 18748829 | a year ago | | | 0 | 0.00069508978 | |
| 18745188 | a year ago | | | 0 | 0.00099539747 | |
| 18721509 | a year ago | | | 0 | 0.0017671337 | |
| 18721508 | a year ago | | | 0 | 0.0018003417 | |
| 18721123 | a year ago | | | 0 | 0.0015918126 | |
| 18692252 | a year ago | | | 0 | 0.0010178934 | |
| 18309375 | a year ago | | | 0 | 0.00013776666 | |
| 17707205 | a year ago | | | 0 | 0.00048694195 |
ABI
ABI objects
Getter at block 21247435
cooldown() view returns (uint256)
600
mintingTime() view returns (uint256)
1633951800
name() view returns (string)
Ether Orcs
owner() view returns (address)
0x6c58b161a87ad622e61c9e804cf7ecea6b1219a2
startingTime() view returns (uint256)
1633968000
symbol() view returns (string)
ORC
totalSupply() view returns (uint256)
4355
zug() view returns (address)
0xfee5f54e1070e7ed31be341e0a5b1e847f6a84ab
Read-only
activities(uint256) view returns (address owner, uint88 timestamp, uint8 action)
balanceOf(address) view returns (uint256)
claimable(uint256 id) view returns (uint256 amount)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
lootPools(uint8) view returns (uint8 minLevel, uint8 minLootTier, uint16 cost, uint16 total, uint16 tier_1, uint16 tier_2, uint16 tier_3, uint16 tier_4)
orcs(uint256) view returns (uint8 body, uint8 helm, uint8 mainhand, uint8 offhand, uint16 level, uint16 zugModifier, uint32 lvlProgress)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool supported)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 tokenId)
claim(uint256[] ids)
doAction(uint256 id, uint8 action_)
doActionWithManyOrcs(uint256[] ids, uint8 action_)
mint() returns (uint256 id)
pillage(uint256 id, uint8 place, bool tryHelm, bool tryMainhand, bool tryOffhand)
safeTransferFrom(address, address to, uint256 tokenId)
safeTransferFrom(address, address to, uint256 tokenId, bytes data)
setAddresses(address meta, address list_)
setApprovalForAll(address operator, bool approved)
transfer(address to, uint256 tokenId)
transferFrom(address, address to, uint256 tokenId)
transferOwnership(address newOwner)
update(uint256 id)
ActionMade(address owner, uint256 id, uint256 timestamp, uint8 activity)
Approval(address indexed owner, address indexed spender, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.