The Financial Advisors Club
Verified contract
Active on
Ethereum with 1,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "The Financial Advisors Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078364 | 18 days ago | | | 0 | 0.00027638912 | |
| 20952207 | a month ago | | | 0 | 0.00025789537 | |
| 19478385 | 8 months ago | | | 0 | 0.0012209678 | |
| 18884950 | a year ago | | | 0 | 0.0022081760 | |
| 18828539 | a year ago | | | 0 | 0.0015279925 | |
| 17857866 | a year ago | | | 0 | 0.00036908736 | |
| 16594487 | 2 years ago | | | 0 | 0.0017874361 | |
| 16488947 | 2 years ago | | | 0 | 0.0014342669 | |
| 16450943 | 2 years ago | | | 0 | 0.0012548064 | |
| 16064762 | 2 years ago | | | 0 | 0.00028956063 |
ABI
ABI objects
Getter at block 21210525
MAX_ITEMS() view returns (uint256)
10000
MAX_MINT() view returns (uint256)
0
MAX_MINT_PRESALE() view returns (uint256)
0
MAX_PRESALE_ITEMS() view returns (uint256)
2000
MAX_RESERVE() view returns (uint256)
100
PRICE() view returns (uint256)
80000000000000000
PROVENANCE_HASH() view returns (string)
RENAME_PRICE() view returns (uint256)
10000000000000000
REVEAL_TIMESTAMP() view returns (uint256)
1631687222
baseTokenURI() view returns (string)
https://api.financialadvisorsclub.io/assets/
creatorAddress() view returns (address)
0xf91771be0e6bad25d1a56170ef2e63dd319276b6
devAddress() view returns (address)
0x7428f69d853ee1bfcf121abddb206e8c47729b83
name() view returns (string)
The Financial Advisors Club
owner() view returns (address)
0x7428f69d853ee1bfcf121abddb206e8c47729b83
paused() view returns (bool)
false
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13231033
symbol() view returns (string)
TFAC
totalMint() view returns (uint256)
1800
totalSupply() view returns (uint256)
1800
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeAttribute(uint256 tokenId, string key, string value) payable
emergencySetStartingIndexBlock()
mint(address _to, uint256 _count) payable
mintReserve(uint256 _count, address _to)
pause(bool val)
presaleMint(address _to, uint256 _count) 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 baseURI)
setMaxMint(uint256 _count)
setMaxMintPresale(uint256 _count)
setMaxPresaleItems(uint256 _count)
setProvenanceHash(string _provenanceHash)
setRenamePrice(uint256 _price)
setStartingIndex()
startPresale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttributeChanged(uint256 indexed _tokenId, string _key, string _value)
CreateAdvisor(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.