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 "frank"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204109 | 2 hours ago | | | 0 | 0.00046133447 | |
| 21201159 | 12 hours ago | | | 0 | 0.00068875204 | |
| 21196673 | a day ago | | | 0 | 0.00070191758 | |
| 21196081 | a day ago | | | 0 | 0.0011674151 | |
| 21194515 | a day ago | | | 0 | 0.0013223846 | |
| 21194407 | a day ago | | | 0 | 0.0014706232 | |
| 21163107 | 6 days ago | | | 0 | 0.00061475599 | |
| 21158853 | 6 days ago | | | 0 | 0.00093225867 | |
| 21156046 | 7 days ago | | | 0 | 0.00054331763 | |
| 21155700 | 7 days ago | | | 0 | 0.00022480238 |
ABI
ABI objects
Getter at block 21204650
VRF_SEED() view returns (uint256)
92578450648721200448417534385783380103942630449464838131837549370491738235229
authority() view returns (address)
0x0000000000000000000000000000000000000000
ipfsCID() view returns (string)
QmTKJ6hhpJMLfmKW6r5tQHmc9uSTB7XVUux27GHecESifY
name() view returns (string)
frank
owner() view returns (address)
0x4091823bb85964a4b64024496348012e80578ed7
pricePerFrank() view returns (uint256)
50000000000000000
s_requestId() view returns (uint256)
91616451527685223525100699070093089233288368664825546749167416163923934172833
symbol() view returns (string)
FRANK
totalFranks() view returns (uint256)
2000
totalSupply() view returns (uint256)
2000
transactionLimit() view returns (uint256)
20
unpaused() view returns (bool)
true
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mintFrank(uint256 amount) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
requestRandomWords()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthority(address newAuthority)
setIPFS(string cid)
setOwner(address newOwner)
setPrice(uint256 newPrice)
setRoyaltyFee(uint256 fee)
setRoyaltyRecipient(address recipient)
switchPause()
transferFrom(address from, address to, uint256 id)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorityUpdated(address indexed user, address indexed newAuthority)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address owner, uint64 subscriptionId, address vrfCoordinator, address link, bytes32 keyHash_)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)