Domino Presessence Vol 1
Verified contract
Active on
Ethereum with 691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.92)
Native
Value
$24.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0075 | $3,322.61 |
$24.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19555744 | 7 months ago | | | 0 | 0.00050808823 | |
| 19296532 | 9 months ago | | | 0 | 0.0011240380 | |
| 18446972 | a year ago | | | 0 | 0.00040448613 | |
| 18401838 | a year ago | | | 0 | 0.00030395322 | |
| 18396013 | a year ago | | | 0 | 0.00033958791 | |
| 18395818 | a year ago | | | 0 | 0.00035969546 | |
| 17527536 | a year ago | | | 0 | 0.00040334881 | |
| 17418466 | a year ago | | | 0 | 0.0056314354 | |
| 17333027 | a year ago | | | 0 | 0.0016055719 | |
| 17284752 | a year ago | | | 0 | 0.0016494168 |
ABI
ABI objects
Getter at block 21168482
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
_contractURI() view returns (string)
ipfs://QmY8mJ7ZGsL3jbdUTy1o2GybrZmt2fb8pavGHUwBFikAax
contractURI() view returns (string)
ipfs://QmY8mJ7ZGsL3jbdUTy1o2GybrZmt2fb8pavGHUwBFikAax
name() view returns (string)
Domino Presessence Vol 1
name_() view returns (string)
Domino Presessence Vol 1
owner() view returns (address)
0xbf46d2161045251cb97d0b41929bc1d36044e1a0
paused() view returns (bool)
false
symbol() view returns (string)
PRESESSENCEV1
symbol_() view returns (string)
PRESESSENCEV1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getClaimedMps(uint256 poolId, address userAdress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 mpIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isSaleOpen(uint256 mpIndex) view returns (bool)
makeLeaf(address _addr, uint256 amount) view returns (string)
mintPasses(uint256) view returns (bytes32 merkleRoot, bool saleIsOpen, uint256 windowOpens, uint256 windowCloses, uint256 mintPrice, uint256 maxSupply, uint256 maxPerWallet, uint256 maxMintPerTxn, string ipfsMetadataHash, address redeemableContract)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
verifyMerkleProof(bytes32[] merkleProof, uint256 mpIndex, uint256 amount) view returns (bool)
State-modifying
Events addMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _ipfsMetadataHash, address _redeemableContract, uint256 _maxPerWallet)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 mpIndex, uint256 amount)
claim(uint256 numPasses, uint256 amount, uint256 mpIndex, bytes32[] merkleProof) payable
claimMultiple(uint256[] numPasses, uint256[] amounts, uint256[] mpIndexs, bytes32[][] merkleProofs) payable
demoteTeamMember(address _addr)
editMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _ipfsMetadataHash, address _redeemableContract, uint256 _mpIndex, bool _saleIsOpen, uint256 _maxPerWallet)
editMintPassWhiteListMerkleRoot(bytes32 _merkleRoot, uint256 _mpIndex)
grantRole(bytes32 role, address account)
mint(address to, uint256 numPasses, uint256 mpIndex)
mintBatch(address to, uint256[] numPasses, uint256[] mpIndexs)
pause()
promoteTeamMember(address _addr)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string uri)
setOwner(address _addr)
setURI(string baseURI)
transferOwnership(address newOwner)
turnSaleOff(uint256 mpIndex)
turnSaleOn(uint256 mpIndex)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 index, address indexed account, uint256 amount)
ClaimedMultiple(uint256[] index, address indexed account, uint256[] amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.