Monuverse - Episode I: Arch of Peace
Verified contract
Active on
Ethereum with 1,816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
4 additional
variables
Balances ($0.00)
No balances found for "Monuverse - Episode I: Arch of Peace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21029988 | 19 days ago | | | 0 | 0.0013480754 | |
| 21029985 | 19 days ago | | | 0 | 0.0013743277 | |
| 21029982 | 19 days ago | | | 0 | 0.0014720879 | |
| 20732917 | 2 months ago | | | 0 | 0.00014522397 | |
| 20690082 | 2 months ago | | | 0 | 0.00030885130 | |
| 20457862 | 3 months ago | | | 0 | 0.000059231344 | |
| 20457798 | 3 months ago | | | 0 | 0.00013416215 | |
| 20143520 | 5 months ago | | | 0 | 0.000063558580 | |
| 20143280 | 5 months ago | | | 0 | 0.000063558580 | |
| 20143218 | 5 months ago | | | 0 | 0.000063495700 |
ABI
ABI objects
Getter at block 21167828 totalSupply() view returns (uint256)
chapterMintLimit() view returns (uint256)
0
currentChapter() view returns (bytes32)
0x4303db6358dfe701468de46530e7892495a757cc9fe8c0c161116799c2a99e40
currentDefaultPrice() view returns (uint256)
0
entropy() view returns (uint256)
113832480900286805190644112645635759058815880093138512458254076131942833941477
fulfilling() view returns (bool)
false
initialChapter() view returns (bytes32)
0xf7557b1a7545ca9a1730dba009cddef7e4c1b08a16a141bb5664bbb7b76d5861
isFinal() view returns (bool)
true
name() view returns (string)
Monuverse - Episode I: Arch of Peace
owner() view returns (address)
0x3f67ef2a79afc3ca2620475ed1e3118f00996f0c
paused() view returns (bool)
false
symbol() view returns (string)
AOP
totalReleased() view returns (uint256)
59640000000000000000
totalShares() view returns (uint256)
10000
whitelistRoot() view returns (bytes32)
0x88bc764c39d7f8925d6fb66f3059fb3c09121d510b563a6282d9082ce7c3b1d8
Read-only
balanceOf(address owner) view returns (uint256)
currentGroupPrice(string group) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
groupRule(string label, string group) view returns (bool, bool)
isAccountWhitelisted(address account, uint256 limit, bytes32 birth, bytes32[] proof) view returns (bool)
isAccountWhitelisted(uint256 limit, bytes32 birth, bytes32[] proof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
offerMatchesGroupPrice(string group, uint256 quantity, uint256 offer) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensMintedByUser(address minter) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
emitOnlifeEvent()
mint(uint256 quantity) payable
mint(uint256 quantity, uint256 limit, bytes32 group, bytes32[] proof) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
release(address account)
release(address token, address account)
removeChapter(string label)
removeMintGroup(string chapter, string group)
removeTransition(string from, string monumentalEvent)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealMinting()
setApprovalForAll(address operator, bool approved)
setWhitelistRoot(bytes32 newWhitelistRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateVRFParams(struct ArchOfPeaceEntropyVRFRequestParams newParams)
writeChapter(string label, bool whitelisting, uint256 mintAllocation, uint256 mintPrice, bool mintOpen, bool revealing, bool isConclusion) returns (bytes32)
writeMintGroup(string chapter, string group, struct IMonuverseEpisodeMintGroupRules mintRules)
writeTransition(string from, string to, string monumentalEvent)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChapterMinted(bytes32 prev, bytes32 current)
ChapterRemoved(string label)
ChapterWritten(string label, bool whitelisting, uint256 mintAllocation, uint256 mintPrice, bool mintOpen, bool revealing, bool isConclusion)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
EpisodeMinted(bytes32 prev, bytes32 current)
EpisodeProgressedOnlife(bytes32 prev, bytes32 current)
EpisodeRevealed(bytes32 prev, bytes32 current)
MintGroupRemoved(string chapter, string group)
MintGroupWritten(string chapter, string group, bool fixedPrice)
MintingSealed(bytes32 prev, bytes32 current)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
RandomnessRequested(uint256 requestId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransitionRemoved(string from, string monumentalEvent)
TransitionWritten(string from, string to, string monumentalEvent)
Unpaused(address account)
constructor(uint256 maxSupply_, string name_, string symbol_, string archVeilURI_, string archBaseURI_, string initialChapter_, address vrfCoordinator_, bytes32 vrfGasLane_, uint64 vrfSubscriptionId_, address[] payee_, uint256[] shares_)
receive()
OnlyCoordinatorCanFulfill(address have, address want)