COX RIDER
Verified contract
Active on
Ethereum with 8,667 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "COX RIDER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748518 | 2 months ago | | | 0 | 0.000053314800 | |
| 20496675 | 4 months ago | | | 0 | 0.000058816528 | |
| 19796129 | 7 months ago | | | 0 | 0.00026977415 | |
| 19229327 | 9 months ago | | | 0 | 0.00052614257 | |
| 18948343 | a year ago | | | 0 | 0.00077458878 | |
| 18874844 | a year ago | | | 0 | 0.00041611376 | |
| 18336391 | a year ago | | | 0 | 0.00034069680 | |
| 18336376 | a year ago | | | 0 | 0.00051866250 | |
| 17732061 | a year ago | | | 0 | 0.00096094723 | |
| 17362764 | a year ago | | | 0 | 0.0014732509 |
ABI
ABI objects
Getter at block 21278330
freeMintCounter() view returns (uint256)
6370
freeStartDate() view returns (uint256)
1657553119
freeSupply() view returns (uint256)
6969
isFreeOpen() view returns (bool)
true
isSaleOpen() view returns (bool)
true
maxSupply() view returns (uint256)
6969
name() view returns (string)
COX RIDER
owner() view returns (address)
0x9ae61db634542b0efed7fd9cb3d837943e9483d7
publicMintPrice() view returns (uint256)
6900000000000000
saleStartDate() view returns (uint256)
1657553119
symbol() view returns (string)
COX
totalSupply() view returns (uint256)
6969
whitelistMintCounter() view returns (uint256)
4
whitelistSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberminted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 amount)
publicMint(uint256 amount) 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 uri)
setFreeStartDate(uint256 date)
setFreeSupply(uint256 amount)
setHashWhitelist(bytes32 root)
setMaxSupply(uint256 amount)
setSaleStartDate(uint256 date)
setWhitelistSupply(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof, uint256 amount)
withdrawBalance()
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(bytes32 hashes)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()