Genesis Mana
Verified contract
Active on
Ethereum with 14,903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9c…13d7
-
variable spans 16 additional slots
-
variable spans 7 additional slots
-
variable spans 33 additional slots
Balances ($0.00)
No balances found for "Genesis Mana"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101580 | 8 days ago | | | 0 | 0.00025237418 | |
| 20668421 | 2 months ago | | | 0 | 0.00011168786 | |
| 20668420 | 2 months ago | | | 0 | 0.00011411539 | |
| 20595585 | 3 months ago | | | 0 | 0.000041781748 | |
| 20549058 | 3 months ago | | | 0 | 0.000040581222 | |
| 20545582 | 3 months ago | | | 0 | 0.000041571311 | |
| 20353130 | 4 months ago | | | 0 | 0.00010753324 | |
| 20353119 | 4 months ago | | | 0 | 0.000054106454 | |
| 20353111 | 4 months ago | | | 0 | 0.000055661351 | |
| 20353105 | 4 months ago | | | 0 | 0.000057753435 |
ABI
ABI objects
Getter at block 21161626
name() view returns (string)
Genesis Mana
owner() view returns (address)
0xfcce78abc832bc9f7f1935e729348faa9e959323
symbol() view returns (string)
GMANA
totalSupply() view returns (uint256)
11509
Read-only
balanceOf(address owner) view returns (uint256)
claimedLootTokenId(uint256, uint8) view returns (bool)
detailsByToken(uint256) view returns (uint256 lootTokenId, string itemName, uint8 suffixId, uint8 inventoryId)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lostGenesisManaTotal(uint256, uint256) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimByLootId(uint256 lootTokenId, uint8 inventoryId)
daoMint(uint8 inventoryId, uint8 suffixId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.