ChainRings
Verified contract
Active on
Ethereum with 1,239 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 "ChainRings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19655028 | 7 months ago | | | 0 | 0.00068744982 | |
| 19144650 | 10 months ago | | | 0 | 0.00095600247 | |
| 19022644 | 10 months ago | | | 0 | 0.00072013414 | |
| 18939100 | a year ago | | | 0 | 0.00059398148 | |
| 18909808 | a year ago | | | 0 | 0.00045585545 | |
| 18810336 | a year ago | | | 0 | 0.0012048925 | |
| 18810335 | a year ago | | | 0 | 0.0018811001 | |
| 18802541 | a year ago | | | 0 | 0.00082757622 | |
| 18675541 | a year ago | | | 0 | 0.0013341663 | |
| 18487266 | a year ago | | | 0 | 0.0030754708 |
ABI
ABI objects
Getter at block 21295995 SCRIPT() view returns (string)
GENERATOR_ADDRESS() view returns (string)
https://chainrings.com/generator/
IPFS_GENERATOR_ADDRESS() view returns (string)
MAX_RINGS() view returns (uint256)
1024
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://chainrings.art/api/token/
calculatePrice() view returns (uint256)
50000000000000000
hasSaleStarted() view returns (bool)
true
name() view returns (string)
ChainRings
owner() view returns (address)
0xab69ac8c812f8ad72a9b1bba9f3cc29c926aa3ec
symbol() view returns (string)
CRING
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)
mintRings(uint256 maxRINGS) 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.