Fatales
Verified contract
Active on
Ethereum with 10,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($1,664.11)
Native
Value
$1,572.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.489791 | $3,209.57 |
$1,572.02 | |
USDC | ERC-20 | 92 | $1.001 |
$92.09 | |
FTL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101135 | 8 days ago | | | 0 | 0.00061625028 | |
| 21024518 | 19 days ago | | | 0 | 0.00025618964 | |
| 20858360 | a month ago | | | 0 | 0.00088263016 | |
| 20858341 | a month ago | | | 0 | 0.0011044115 | |
| 20805018 | 2 months ago | | | 0 | 0.00043103819 | |
| 20800253 | 2 months ago | | | 0 | 0.00058910702 | |
| 20798010 | 2 months ago | | | 0 | 0.00060217085 | |
| 20706047 | 2 months ago | | | 0 | 0.000080508650 | |
| 20662818 | 2 months ago | | | 0 | 0.000080020709 | |
| 20658467 | 2 months ago | | | 0 | 0.000031063176 |
ABI
ABI objects
Getter at block 21161193
MAX_SUPPLY() view returns (uint16)
10000
baseMintPrice() view returns (uint256)
30000000000000000
baseURI() view returns (string)
https://api.fatales.io/tokens/
maxPurchaseCount() view returns (uint256)
20
name() view returns (string)
Fatales
owner() view returns (address)
0xbc9592320497f871e2accbfea9c7e29be34580e2
paused() view returns (bool)
false
reservedCount() view returns (uint256)
0
saleHasStarted() view returns (bool)
true
saleStart() view returns (uint256)
1630381203
startingIndex() view returns (uint256)
8182
startingIndexBlock() view returns (uint256)
13130996
symbol() view returns (string)
FTL
totalReleased() view returns (uint256)
408943987944159145510
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 numberOfTokens) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
reservedCount(address to) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReserved(uint16 numberOfTokens, address to)
mintTokens(uint256 numberOfTokens) payable
pause()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseMintPrice(uint256 price)
setBaseURI(string newBase)
setMaxPurchaseCount(uint8 count)
setSaleStart(uint256 saleStart_)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
StartingIndexSet(uint256 startingIndex)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 saleStart_, string baseURIValue_, address[] payees, uint256[] paymentShares, uint256[] reservedTokens)
receive()
This contract contains no error objects.