Ether Orcs Genesis
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ether Orcs Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Ether Orcs Genesis"
ABI
ABI objects
Getter at block 21247366
admin() view returns (address)
0x0000000000000000000000000000000000000000
castle() view returns (address)
0x0000000000000000000000000000000000000000
cooldown() view returns (uint256)
600
metadaHandler() view returns (address)
0x0000000000000000000000000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minted() view returns (uint256)
0
oldSupply() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
raids() view returns (address)
0x47dc8e20c15f6deaa5cbfeae6cf9946acc89af59
startingTime() view returns (uint256)
1633968000
totalSupply() view returns (uint256)
0
zug() view returns (address)
0x0000000000000000000000000000000000000000
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)
doAction(uint256 id, uint8 action_)
doActionWithManyOrcs(uint256[] ids, uint8 action_)
manuallyAdjustOrc(uint256 id, uint8 body, uint8 helm, uint8 mainhand, uint8 offhand, uint16 level, uint16 zugModifier, uint32 lvlProgress)
pillage(uint256 id, uint8 place, bool tryHelm, bool tryMainhand, bool tryOffhand)
pillageWithManyOrcs(uint256[] ids, uint8 place, bool tryHelm, bool tryMainhand, bool tryOffhand)
pull(address owner_, uint256[] ids)
returnFromRaid(uint256[] ids, uint8 action_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sendToRaid(uint256[] ids, uint8 location_, bool double_)
setAdmin(address admin_)
setApprovalForAll(address operator, bool approved)
setAuth(address add, bool status)
setImplementer(bytes4[] funcs, address source)
startRaidCampaign(uint256[] ids, uint8 location_, bool double_)
transfer(address to, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
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.
fallback()
This contract contains no error objects.