Incrementum
Verified contract
Active on
Ethereum with 2,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Incrementum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20664000 | 3 months ago | | | 0 | 0.00045221096 | |
| 20435863 | 4 months ago | | | 0 | 0.00034939177 | |
| 19722565 | 7 months ago | | | 0 | 0.00062196203 | |
| 19488627 | 8 months ago | | | 0 | 0.00059535476 | |
| 19337963 | 9 months ago | | | 0 | 0.0011741449 | |
| 19120880 | 10 months ago | | | 0 | 0.00082149218 | |
| 19119951 | 10 months ago | | | 0 | 0.0011506176 | |
| 19119895 | 10 months ago | | | 0 | 0.0011122735 | |
| 18888115 | a year ago | | | 0 | 0.00088782498 | |
| 18869742 | a year ago | | | 0 | 0.0010134149 |
ABI
ABI objects
Getter at block 21289897
PROV() view returns (string)
baseURI() view returns (string)
https://raw.githubusercontent.com/incrementumnft/metadata/main/
maxTokenPurchase() view returns (uint256)
5
maxTokenSupply() view returns (uint256)
4000
name() view returns (string)
Incrementum
owner() view returns (address)
0xc4c8a90ea9c90881be18384585e916695e40ab4f
saleIsActive() view returns (bool)
true
symbol() view returns (string)
INCRMNTM
tokenPrice() view returns (uint256)
30000000000000000
totalSupply() view returns (uint256)
4000
Read-only
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)
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)
flipSaleState()
mintTokens(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 price)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.