Non-Financial Advisors
Verified contract
Active on
Ethereum with 15,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Non-Financial Advisors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20345584 | 4 months ago | | | 0 | 0.000067492412 | |
| 19705251 | 7 months ago | | | 0 | 0.00090244570 | |
| 19705249 | 7 months ago | | | 0 | 0.00054513454 | |
| 19392317 | 8 months ago | | | 0 | 0.0015849486 | |
| 19328890 | 9 months ago | | | 0 | 0.0015910207 | |
| 19295729 | 9 months ago | | | 0 | 0.0010958995 | |
| 19157173 | 9 months ago | | | 0 | 0.00059592671 | |
| 19135132 | 10 months ago | | | 0 | 0.00068164746 | |
| 19023476 | 10 months ago | | | 0 | 0.00080154118 | |
| 19023475 | 10 months ago | | | 0 | 0.00080781754 |
ABI
ABI objects
Getter at block 21210044
_merkleRoot() view returns (bytes32)
0x3f2a1ec1968b99d56ba04721094be5ca028e1d1efcefa02cec20979403f026ed
baseURI() view returns (string)
https://ipfs.io/ipfs/QmS6he8RYpWAveFnV1kmasLBiRCMo9jMNcvAktksjWJw3x/
contractURI() view returns (string)
https://ipfs.io/ipfs/QmdWfdp5qRpPdruERLvVHEnUv4hP32wqMS45K2Fcwe3uuk
name() view returns (string)
Non-Financial Advisors
symbol() view returns (string)
NFA
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bulkMint(uint256 _quantity)
bulkTransfer(address[] to, uint256[] tokenIds)
changeMintStatus(bool _status)
changePublicStatus(bool _status)
multiSendTokens(address to, uint256[] tokenIds)
publicMint(uint256 _quantity)
rdata(address _royltyAddr, uint256 _per)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractURI(string _curi)
updateMainURI(string _mainuri)
updateRoot(bytes32 _root)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity)
withdrawTreasury()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _mUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()