MAD Metacell
Verified contract
Proxy
Active on
Ethereum with 2,053 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 1 additional slot
-
variable spans 47 additional slots
26 additional
variables
Balances ($0.00)
No balances found for "MAD Metacell"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103048 | a month ago | | | 0 | 0.00013638066 | |
| 21103043 | a month ago | | | 0 | 0.00012518953 | |
| 20774040 | 3 months ago | | | 0 | 0.0019255376 | |
| 20705952 | 3 months ago | | | 0 | 0.000091217612 | |
| 20691317 | 3 months ago | | | 0 | 0.0016511916 | |
| 20687560 | 3 months ago | | | 0 | 0.00063496377 | |
| 20686630 | 3 months ago | | | 0 | 0.0013970347 | |
| 20674247 | 3 months ago | | | 0 | 0.000061773661 | |
| 20673727 | 3 months ago | | | 0 | 0.000069932529 | |
| 20639483 | 3 months ago | | | 0 | 0.000022171800 |
ABI
ABI objects
Getter at block 21327424
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
https://d2xvq851ck3qt.cloudfront.net/
contractURI() view returns (string)
feeNumerator() view returns (uint96)
0
getOperators() view returns (address[])
[0x40123E905AE6aeed784de72eB61F5fbf0A8414B3]
getProxyRegistryAddress() view returns (address)
0x832c7f931f7a5e59ce9040e533b5a866220360d9
getdomainSeparator() view returns (bytes32)
0x860a2bcd1ec6f36c2bcd2b0274769710cca5a8622621e8a7a179448d6885ea94
isCanTransfer() view returns (bool)
true
maxClaimed() view returns (uint256)
1
mintableAmount() view returns (uint256)
500
name() view returns (string)
MAD Metacell
owner() view returns (address)
0x5e64c180a1cec03cefa6fafdccc3796e1cb5fc1e
paused() view returns (bool)
false
price() view returns (uint256)
0
remainingAmount() view returns (uint256)
499
signer() view returns (address)
0x5e64c180a1cec03cefa6fafdccc3796e1cb5fc1e
stagesID() view returns (bytes32)
0x3000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
MMCEL
timelock() view returns (address)
0x40123e905ae6aeed784de72eb61f5fbf0a8414b3
totalSupply() view returns (uint256)
2030
Read-only
addressToMap(address, uint256) view returns (uint256 tokenId, address user, uint8 class, uint256 stage, uint256 nextEvolutionBlock, uint256 variant, bool onSale, uint256 price)
balanceOf(address owner) view returns (uint256)
claimable(address account, bytes sig, uint256 index) view returns (bool)
claimedTime(bytes) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetaCell(uint256 _tokenId) view returns (struct CellDataCell)
getNonce(address user) view returns (uint256 nonce)
getUserMetaCellsIndexes(address _user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMetaCell(struct CellDataCell _cell)
addOperator(address _operator)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
create(address to) returns (uint256 tokenId)
createMultiple(address to, uint256 amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
initialize(string _name, string _symbol, address _proxyRegistryAddress, address _timelock)
mint(address to) payable returns (uint256 tokenId)
mintForGift(address to, bytes sig, uint256 index) payable
multicall(bytes[] data) returns (bytes[] results)
removeMetaCell(uint256 _tokenId, address _owner)
removeOperator(address _operator)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setContractURI(string uri)
setFeeNumerator(uint96 value)
setIsCanTransfer(bool value)
setNewTranche(address newSigner, bytes32 stageID, uint256 newPrice, uint256 newAmount, uint256 newMaxClaimed)
setProxyRegistryAddress(address newProxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetaCell(struct CellDataCell _cell, address _owner)
withdrawETH(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddMetaCell(struct CellDataCell metaCell, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintForGift(address caller, address to, uint256 tokenId, uint256 timestamp)
OperatorAdded(address arg0)
OperatorRemoved(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveMetaCell(struct CellDataCell metaCell, uint256 timestamp)
SetBaseTokenURI(string uri, uint256 timestamp)
SetContractURI(string uri, uint256 timestamp)
SetNewTranche(address newSigner, bytes32 stageID, uint256 newPrice, uint256 newAmount, uint256 newMaxClaimed, uint256 timestamp)
SetProxyRegistry(address proxy, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateMetaCell(struct CellDataCell currentMetaCell, struct CellDataCell newMetaCell, uint256 timestamp)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.