This contract is being backfilled. You may encounter incomplete storage history.

ENS Maxis

Verified contract

Active on Ethereum with 28,897 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots

No balances found for "ENS Maxis"

0xf43f69c84df1f0f64933a8b78d9551642ae9cda04decbc7ffac1cc06ac626292
0xb3811cca5fdf922b07625556727df577f5340812f464cbabd4621e73bb2fa696
0x3d62d40ab1f63d4662c7234fdf82e318db9313f174bd63436a05fbd1075c99a9
0xf2a151f1977fba57c83fa6796cb9f0cb0841a07936a26eda03a26cd3e91253c0
0x84119409e994f5bd0c64db667a949bd972d7c5d698d8f62f432ff53231a97474
0x1f297b87d396b38d4aa41eb15dfaf1a1faf9cfaa69d2d8b0fde738003b55e637
0xba25a39fa29aace456d6706a09040c9167e87de34cdc625c7654b7d8ecc8488c
0x2f5af3842fd386885797029380d4853c3f257125c6f0823aed9b96b556d0a750
0x60d49b65489fa54447f3b9b476930679b9b18e37cb647193e84708242c303f3f
0xcfeddf3d7d19e9c3753e58e376865df738102996fbe4f2d6bae6f2d014a04825

Functions
Getter at block 20798946
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseTokenURI(view returns (string)
beneficiary(view returns (address)
0x0000000000000000000000000000000000000000
isSaleOpen(view returns (bool)
true
name(view returns (string)
ENS Maxis
owner(view returns (address)
0xa32a3cfff49672f6e49f90618931f262b161ec85
paused(view returns (bool)
false
price(view returns (uint256)
0
renderingContract(view returns (address)
0x697a521cebd23afb7b1bcce5df8a279b2a387b08
sellerConfig(view returns (uint256 totalInventoryuint256 maxPerAddressuint256 maxPerTxuint248 freeQuotabool reserveFreeQuotabool lockFreeQuotabool lockTotalInventory)
(totalInventory=10000, maxPerAddress=1, maxPerTx=1, freeQuota=1000, reserveFreeQuota=true, lockFreeQuota=true, lockTotalInventory=true)
symbol(view returns (string)
ENSMAXIS
totalSold(view returns (uint256)
10000
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 nuint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
AlexaRegisterIAmAnOGMaxisDotETH(address topayable 
AlexaRegisterTheGameIsOnDotETH(
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
pause(
purchaseFreeOfCharge(address touint256 n
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setBeneficiary(address _beneficiary
setPrice(uint256 _price
setRenderingContract(address _contract
setSellerConfig(struct SellerSellerConfig config
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Refund(address indexed buyeruint256 amount
Revenue(address indexed beneficiaryuint256 numPurchaseduint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(