Chronix Pushers
Verified contract
Active on
Ethereum with 1,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x45f7…cd80
0xd8e5…e54d
Balances ($0.00)
No balances found for "Chronix Pushers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20473734 | 4 months ago | | | 0 | 0.00025633881 | |
| 19108177 | 10 months ago | | | 0 | 0.00037771186 | |
| 17619961 | a year ago | | | 0 | 0.00061010251 | |
| 17619958 | a year ago | | | 0 | 0.00066160516 | |
| 17614881 | a year ago | | | 0 | 0.00096960207 | |
| 17614881 | a year ago | | | 0 | 0.00092868208 | |
| 17614881 | a year ago | | | 0 | 0.0015648796 | |
| 16982039 | 2 years ago | | | 0 | 0.0011972047 | |
| 16888873 | 2 years ago | | | 0 | 0.00053671272 | |
| 16888871 | 2 years ago | | | 0 | 0.00053532201 |
ABI
ABI objects
Getter at block 21288710
BUDS() view returns (address)
0x45f730931d93b08559885c4fb274db740388cd80
MAX_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
3000
STAKING() view returns (address)
0xd8e577c6f71edb1819368ff4b8c9b38b2bd8e54d
baseURI() view returns (string)
ipfs://QmTSVvboKqXoUuSqTSsuhEQWbzJ1pG4iGePfVjpRANVwpB/
merkleRoot() view returns (bytes32)
0xd5fa3e2986c4fc7a5c6eba65be17b4f223f0eb1ad1aa3566c379942b63b2ac05
name() view returns (string)
Chronix Pushers
owner() view returns (address)
0xcf214c32bb1da5b49dd7ea80119b89a50f4c7e98
publicMinting() view returns (bool)
true
symbol() view returns (string)
CRP
totalSupply() view returns (uint256)
3000
whitelistMinting() view returns (bool)
true
Read-only
addressBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPotTax(address staker) view returns (uint256 amountEarned)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, address sender) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userPot(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
flipPublicMinting()
flipWhitelistMinting()
mint(uint256 tokensToMint)
renounceOwnership()
reserveNfts(uint256 tokensToMint)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBudsContract(address _source)
setMerkleRoot(bytes32 root)
setStakingContract(address _source)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 tokensToMint, bytes32[] proof)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, address _buds, address _staking)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()