CryptoFoxesOrigins
Verified contract
Active on
Ethereum with 1,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d7a…5f49
0x1956…4e6e
Balances ($0.00)
No balances found for "CryptoFoxesOrigins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242435 | 3 days ago | | | 0 | 0.00045283261 | |
| 21124597 | 20 days ago | | | 0 | 0.00033518105 | |
| 20908277 | 2 months ago | | | 0 | 0.00029090763 | |
| 20874249 | 2 months ago | | | 0 | 0.00032811998 | |
| 20835126 | 2 months ago | | | 0 | 0.0013429322 | |
| 20833423 | 2 months ago | | | 0 | 0.00094355745 | |
| 20796093 | 2 months ago | | | 0 | 0.00043349196 | |
| 20786078 | 2 months ago | | | 0 | 0.00097214135 | |
| 20776874 | 2 months ago | | | 0 | 0.00034980182 | |
| 20776685 | 2 months ago | | | 0 | 0.00052368200 |
ABI
ABI objects
Getter at block 21265606 dateEndRewards() view returns (uint256)
MAX_ELEMENTS() view returns (uint256)
1000
OPENSEA_STORE() view returns (address)
0x495f947276749ce646f68ac8c248420045cb7b5e
baseTokenURI() view returns (string)
https://api.cryptofoxes.io/origin/
calculationContract() view returns (address)
0x195685b2274e15d9d5a8783438935b2c7a124e6e
cryptofoxesSteak() view returns (address)
0x2d7a388bc65847d876b0dcba65c47a44c6295f49
endRewards() view returns (uint256)
0
getExtraMintCollection() view returns (uint256)
0
isPaused() view returns (bool)
false
name() view returns (string)
CryptoFoxesOrigins
owner() view returns (address)
0x004cb0824debecf4bc0ce8ee42d1d4db76df3248
symbol() view returns (string)
CFXSO
totalMintFox() view returns (uint256)
898
totalSupply() view returns (uint256)
898
Read-only
_currentTime(uint256 _currentTimestamp) view returns (uint256)
allowedContracts(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
calculateRewardsOrigins(uint256[] _tokenIds, uint256 _currentTimestamp) view returns (uint256)
extraMint(uint256) view returns (uint256 startId, uint256 endId, uint256 trackerId, uint256 isBurnable, uint256 limitTime)
getApproved(uint256 tokenId) view returns (address)
getStackingToken(uint256 _tokenId) view returns (uint256)
getUnmintedExtraToken(uint256 _extraMintId) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isValidFox(uint256 _id) pure returns (bool)
min(uint256 a, uint256 b) pure returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerOrigins(address, uint256) view returns (uint256)
returnCorrectId(uint256 _id) pure returns (uint256)
stackingOrigins(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addRewards(address _to, uint256 _amount)
approve(address to, uint256 tokenId)
burnExtraToken(uint256 _extraMintId, uint256 _tokenId)
claimRewardsOrigins(uint256[] _tokenIds)
editExtraMintData(uint256 _extraMintId, struct CryptoFoxesOriginsExtraMint _extraMint)
migrateOrigins(uint256 _tokenId)
mintExtraToken(uint256 _extraMintId, address _to, uint256 _id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedContract(address _contract, bool _allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCalculationContract(address _contract)
setCryptoFoxesSteak(address _contract)
setExtraMintData(struct CryptoFoxesOriginsExtraMint _extraMint)
synchroEndRewards()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawRewards(address _to)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.