Project Fate NFT
Verified contract
Active on
Ethereum with 1,094 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($594.85)
Native
Value
$594.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.161 | $3,694.70 |
$594.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20602119 | 3 months ago | | | 0 | 0.000048181245 | |
| 19905983 | 6 months ago | | | 0 | 0.00016851985 | |
| 19608234 | 8 months ago | | | 0 | 0.00043440523 | |
| 19349872 | 9 months ago | | | 0 | 0.0020984908 | |
| 19153379 | 10 months ago | | | 0 | 0.00064060395 | |
| 19087465 | 10 months ago | | | 0 | 0.00039516064 | |
| 18940582 | a year ago | | | 0 | 0.00034988046 | |
| 18438688 | a year ago | | | 0 | 0.00081765510 | |
| 17878000 | a year ago | | | 0 | 0.0012121132 | |
| 17668599 | a year ago | | | 0 | 0.00065552544 |
ABI
ABI objects
Getter at block 21327512
claimMerkleRoot() view returns (bytes32)
0x21ea5643dbd709c0fea18535954f65f316001fd921cb50ca9601f107b30351d6
mintpassAddress() view returns (address)
0x0000000000000000000000000000000000000000
mintpassId() view returns (uint256)
0
name() view returns (string)
Project Fate NFT
owner() view returns (address)
0xe72258cc680a2843d634589fe060b5ca5039a726
price() view returns (uint256)
25000000000000000
provenance() view returns (string)
saleMerkleRoot() view returns (bytes32)
0x88872fe44a352686e5e241abd67f2cd6192c6d575f5a2520a2322286b0c9f210
symbol() view returns (string)
FATE
token() view returns (uint16 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool saleIsActive, bool claimIsActive, bool supplyLock, uint8 salePhase)
(maxSupply=5555, maxPerWallet=25, maxPerTransaction=25, preSalePrice=25000000000000000, pubSalePrice=25000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=true, supplyLock=false, salePhase=0)
totalReleased() view returns (uint256)
38014000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1657
Read-only
balanceOf(address owner) view returns (uint256)
checkClaimEligibility(address _address, uint256 _quantity) view returns (string)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimFree(uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
crossmint(address _address, uint256 _quantity) payable
lockSupply()
mint(uint16 _quantity, bytes32[] _proof) payable
paper(address _address, uint256 _quantity, bytes32 _nonce, bytes _signature) payable
registerPaperKey(address _paperKey)
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address _address, uint16 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setMintPass(uint256 _id, address _address)
setProvenance(string hash)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateClaimState(bool _claimIsActive)
updateConfig(uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
updateSaleState(bool _preSaleIsActive, bool _saleIsActive, uint8 _salePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _crossmintAddress, address _paperAddress, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()