Quadrums
Verified contract
Active on
Ethereum with 1,647 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 "Quadrums"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20952598 | a month ago | | | 0 | 0.00077607160 | |
| 20689660 | 2 months ago | | | 0 | 0.00010480800 | |
| 20672737 | 2 months ago | | | 0 | 0.00012778537 | |
| 20672585 | 2 months ago | | | 0 | 0.00015073380 | |
| 20411404 | 3 months ago | | | 0 | 0.00017199575 | |
| 20300462 | 4 months ago | | | 0 | 0.00011729935 | |
| 20296462 | 4 months ago | | | 0 | 0.000037312913 | |
| 20296461 | 4 months ago | | | 0 | 0.000034352886 | |
| 19971075 | 5 months ago | | | 0 | 0.00051952300 | |
| 19585890 | 7 months ago | | | 0 | 0.00052176155 |
ABI
ABI objects
Getter at block 21161681
GENERATOR_ADDRESS() view returns (string)
https://quadrums.art/api/generator/
IPFS_GENERATOR_ADDRESS() view returns (string)
MAX_QUADRUMS() view returns (uint256)
1024
METADATA_PROVENANCE_HASH() view returns (string)
SCRIPT() view returns (string)
baseURI() view returns (string)
ipfs://QmR9FtPLuAGb9DjvgyRvxZbU23mf43EXyxM1PkU28xxLVZ/quadrums/
calculatePrice() pure returns (uint256)
40000000000000000
hasSaleStarted() view returns (bool)
false
name() view returns (string)
Quadrums
owner() view returns (address)
0x891b1d83d5782dff30c20ddd4395df8579e724cf
symbol() view returns (string)
QDRMS
totalSupply() view returns (uint256)
1024
Read-only
IPFSgeneratorAddress(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
creationDates(uint256) view returns (uint256)
creators(uint256) view returns (address)
generatorAddress(uint256 tokenId) view returns (string)
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)
tokenHash(uint256 tokenId) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 maxQuadrums) payable
pauseDrop()
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)
setGeneratorIPFSHash(string _hash)
setProvenanceHash(string _hash)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.