Model Eros Village
Verified contract
Proxy
Active on
Ethereum with 7,563 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
29 additional
variables
Balances ($0.00)
No balances found for "Model Eros Village"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106231 | 8 days ago | | | 0 | 0.00014529100 | |
| 20631752 | 2 months ago | | | 0 | 0.000037225682 | |
| 20631658 | 2 months ago | | | 0 | 0.000039901932 | |
| 20599918 | 3 months ago | | | 0 | 0.00016667094 | |
| 20397524 | 3 months ago | | | 0 | 0.000094425302 | |
| 20382494 | 4 months ago | | | 0 | 0.00019843740 | |
| 20382446 | 4 months ago | | | 0 | 0.00043042958 | |
| 20090113 | 5 months ago | | | 0 | 0.00071194903 | |
| 20090082 | 5 months ago | | | 0 | 0.00078580482 | |
| 20050058 | 5 months ago | | | 0 | 0.00032175524 |
ABI
ABI objects
Getter at block 21161183
BENEFICIARY_ROLE() view returns (bytes32)
0x8cadce1490c0b220d05eff2ad7498d2416b857f86be59313862f4e1459aa9cfc
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MD_ROLE() view returns (bytes32)
0xf09deea8c87a61bf851df60f5410fb720e514d253185419bf9616e36a35063c9
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
allRevealTime() view returns (uint32)
1659704400
freeMintEndTime() view returns (uint32)
1659600667
freeMintStartTime() view returns (uint32)
1658754000
isFreeMintPeriod() view returns (bool)
false
isPresalePeriod() view returns (bool)
false
isPublicSalePeriod() view returns (bool)
false
maxPerMint() view returns (uint32)
200
maxSupply() view returns (uint32)
3888
mintCost() view returns (uint256)
100000000000000000
name() view returns (string)
Model Eros Village
owner() view returns (address)
0x0981b70c6a567e9976e320176b00ab9341be0618
presaleCost() view returns (uint256)
80000000000000000
presaleEndTime() view returns (uint32)
1658840400
presaleStartTime() view returns (uint32)
1658754000
publicSaleEndTime() view returns (uint32)
1659186000
publicSaleStartTime() view returns (uint32)
1659013200
revealTime() view returns (uint32)
1659618000
showRarityTime() view returns (uint32)
1659445200
symbol() view returns (string)
MEV-1
totalSupply() view returns (uint256)
3888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isRevealed(uint256 tokenId) 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)
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)
freeMint(uint32 count, bytes32[] proof) payable
grantRole(bytes32 role, address account)
initialize(address _admin, address _beneficiary, address _md, string _name, string _symbol)
mint(uint32 count) payable
mint(uint32 count, string referralCode) payable
presaleMint(uint32 count, bytes32[] proof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revealNFT(uint256 _tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllRevealTime(uint32 _time)
setApprovalForAll(address operator, bool approved)
setFreeMintEndTime(uint32 _time)
setFreeMintMerkleRoot(bytes32 _root)
setFreeMintStartTime(uint32 _time)
setMaxPerMint(uint32 _max)
setMintCost(uint256 _cost)
setNotRevealedURI(string _notRevealedURI)
setPresaleCost(uint256 _cost)
setPresaleEndTime(uint32 _time)
setPresaleMerkleRoot(bytes32 _root)
setPresaleStartTime(uint32 _time)
setPublicSaleEndTime(uint32 _time)
setPublicSaleStartTime(uint32 _time)
setRarityURI(string _rarityURI)
setRevealTime(uint32 _time)
setRevealedURI(string _revealedURI)
setShowRarityTime(uint32 _time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBMD() payable
withdrawMD() payable
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)
Initialized(uint8 version)
MintEvent(address indexed buyerAddress, string ref, string status, string item, uint256 price, uint32 quantity, uint256 tokenId, string ipfs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.