tokenproof: Founder's Circle
Verified contract
Active on
Ethereum with 3,806 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "tokenproof: Founder's Circle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102824 | 8 days ago | | | 0 | 0.00036306750 | |
| 20998092 | 22 days ago | | | 0 | 0.00041898232 | |
| 20694397 | 2 months ago | | | 0 | 0.00016995162 | |
| 20581244 | 3 months ago | | | 0 | 0.000053210126 | |
| 20296676 | 4 months ago | | | 0 | 0.000044978201 | |
| 20224323 | 4 months ago | | | 0 | 0.00014861289 | |
| 20038619 | 5 months ago | | | 0 | 0.00065616274 | |
| 19957301 | 5 months ago | | | 0 | 0.00016639343 | |
| 19826463 | 6 months ago | | | 0 | 0.00015103751 | |
| 19826463 | 6 months ago | | | 0 | 0.00026352848 |
ABI
ABI objects
Getter at block 21157942
_isMintActive() view returns (bool)
false
merkleRootMint() view returns (bytes32)
0x8a2cd820f945ebdf9c021ff88aaa39c8521defc05659a22ddf0781c29f7e5acf
name() view returns (string)
tokenproof: Founder's Circle
owner() view returns (address)
0x91ad98ea7a539735b4dd331fac902eb4bcb590d7
symbol() view returns (string)
TKPFC
totalSupply() view returns (uint256)
1234
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 n)
mint(bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMint(bytes32 newRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsMintActive(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()