MONUmentals
Verified contract
Active on
Ethereum with 2,403 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.41)
Native
Value
$5.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0017 | $3,184.79 |
$5.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18932484 | 10 months ago | | | 0 | 0.00041275556 | |
| 17970000 | a year ago | | | 0 | 0.00086498894 | |
| 17410922 | a year ago | | | 0 | 0.0010133344 | |
| 17028686 | 2 years ago | | | 0 | 0.0016196820 | |
| 16626559 | 2 years ago | | | 0 | 0.00069722354 | |
| 16320030 | 2 years ago | | | 0 | 0.00082776149 | |
| 16197110 | 2 years ago | | | 0 | 0.00039193794 | |
| 16197086 | 2 years ago | | | 0 | 0.0010080520 | |
| 16196742 | 2 years ago | | | 0 | 0.00070675365 | |
| 16196150 | 2 years ago | | | 0 | 0.00072417551 |
ABI
ABI objects
Getter at block 21216402
MAX_MINT_TOKEN_PRESALE() view returns (uint256)
2
MAX_PUBLIC_MINT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
PRICE_PER_TOKEN() view returns (uint256)
0
PRICE_PER_TOKEN_PRESALE() view returns (uint256)
0
_baseURIextended() view returns (string)
https://api.monumentals.art/id/
name() view returns (string)
MONUmentals
owner() view returns (address)
0x30fabc9c95fd74bcf92726569096747d189dbcea
presaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MENTAL
totalSupply() view returns (uint256)
4357
Read-only
addresOfMints(address) view returns (uint256 _allowedMints)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
changePresaleSettings(uint256 price, uint256 mintSize)
changeSaleSettings(uint256 price)
mint(uint256 numberOfMonumentals) payable
mintPresale(uint256 numberOfMonumentals, struct MonumentalsVoucher voucher) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPreSaleState(bool newState)
setSaleState(bool newState)
teamMint(uint256 numberOfMonumentals)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.