Anomura
Verified contract
Proxy
Active on
Ethereum with 1,240 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xc586…72d2
8 additional
variables
Balances ($0.00)
No balances found for "Anomura"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20885960 | a month ago | | | 0 | 0.00081096727 | |
| 20777059 | 2 months ago | | | 0 | 0.00019267967 | |
| 20526953 | 3 months ago | | | 0 | 0.00048795127 | |
| 20448961 | 3 months ago | | | 0 | 0.00015355119 | |
| 20185839 | 5 months ago | | | 0 | 0.00030639009 | |
| 20099203 | 5 months ago | | | 0 | 0.00018398581 | |
| 20095421 | 5 months ago | | | 0 | 0.00024227173 | |
| 20060884 | 5 months ago | | | 0 | 0.00021918808 | |
| 20059703 | 5 months ago | | | 0 | 0.00023511651 | |
| 20021294 | 5 months ago | | | 0 | 0.00058252680 |
ABI
ABI objects
Getter at block 21185650
anomuraData() view returns (address)
0xc586876e97996443f4854caf9498b969a5dd72d2
bowlAddress() view returns (address)
0xe2ddf03ba8cdafd2bb4884e52f7fb46df4fc7dc1
isPaused() view returns (bool)
true
name() view returns (string)
Anomura
owner() view returns (address)
0xe902f901801f51385817a84fda42dc4f87d46a94
symbol() view returns (string)
ANOMURA
totalSupply() view returns (uint256)
1776
universalEquipmentManager() view returns (address)
0x30b01bad655d1c3ad21874ee5aa2c473d3b5d9c4
Read-only
anomuraMap(uint256) view returns (string body, string claws, string legs, string shell, string headPieces, string background)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
tokensOfOwner(address _ownerAddr) view returns (uint256[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
initialize(address _bowlAddress, address _anomuraDataAddress, string _baseURI)
mintAnomura(address _address) returns (uint256 anomuraId)
ownerMintAnomura(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAnomuraData(address _anomuraDataAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBowlAddress(address _bowlAddress)
setContractPaused(bool _isPaused)
setUniversalManager(address universalManager_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAvailableBalance()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractDeployed(address owner)
Initialized(uint8 version)
NewAnomura(uint256 indexed crabId, string claws, string legs, string body, string shell, string background, string headpieces)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedBowlContractAddress(address bowlAddress, address sender)
UpdatedPauseContract(bool isPaused, address updatedBy)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.