Ether Orcs Genesis
Verified contract
Implementation
Active on
Ethereum with 400 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfee5…84ab
Balances ($0.00)
No balances found for "Ether Orcs Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16173014 | 2 years ago | | | 0 | 0.00035655865 | |
| 15010439 | 2 years ago | | | 0 | 0.00071498010 | |
| 14616189 | 3 years ago | | | 0 | 0.00094729819 | |
| 14277872 | 3 years ago | | | 0 | 0.0025431000 | |
| 14223700 | 3 years ago | | | 0 | 0.0019427908 | |
| 14219542 | 3 years ago | | | 0 | 0.0026102686 | |
| 14219283 | 3 years ago | | | 0 | 0.0038609739 | |
| 14214320 | 3 years ago | | | 0 | 0.0040246153 | |
| 14214157 | 3 years ago | | | 0 | 0.0068939879 | |
| 14214082 | 3 years ago | | | 0 | 0.0050396202 |
ABI
ABI objects
Getter at block 21318419
admin() view returns (address)
0x0000000000000000000000000000000000000000
cooldown() view returns (uint256)
600
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minted() view returns (uint256)
351
name() pure returns (string)
Ether Orcs Genesis
oldSupply() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
startingTime() view returns (uint256)
1633968000
symbol() pure returns (string)
Orcs
totalSupply() view returns (uint256)
351
zug() view returns (address)
0xfee5f54e1070e7ed31be341e0a5b1e847f6a84ab
Read-only
activities(uint256) view returns (address owner, uint88 timestamp, uint8 action)
auth(address) view returns (bool)
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)
craft(address owner_, uint256 id, uint8 body, uint8 helm, uint8 mainhand, uint8 offhand, uint16 level, uint32 lvlProgres)
doAction(uint256 id, uint8 action_)
doActionWithManyOrcs(uint256[] ids, uint8 action_)
initialize()
migrationAction(uint256 id, address owner_, 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 mig, address meta)
setApprovalForAll(address operator, bool approved)
setAuth(address add, bool isAuth)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.