FarcasterFrame
Verified contract
Active on
Base with 143,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,432.36)
Native
Value
$6,432.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.947478 | $3,302.92 |
$6,432.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22725346 | 12 hours ago | | | 0.0008 | 0.000016991336 | |
| 22724525 | 13 hours ago | | | 0.0008 | 0.000015489452 | |
| 22724382 | 13 hours ago | | | 0.0008 | 0.000015536916 | |
| 22724360 | 13 hours ago | | | 0.0008 | 0.000015542250 | |
| 22724346 | 13 hours ago | | | 0.0008 | 0.000015550060 | |
| 22724314 | 13 hours ago | | | 0.0008 | 0.000017352121 | |
| 22722598 | 14 hours ago | | | 0.0008 | 0.000020355612 | |
| 22717277 | 17 hours ago | | | 0.0008 | 0.000017315502 | |
| 22717246 | 17 hours ago | | | 0.0008 | 0.000017315502 | |
| 22717210 | 17 hours ago | | | 0.0008 | 0.000021289959 |
ABI
ABI objects
Getter at block 22747769
controller() view returns (address)
0xbd8681a47bd267fc52b5f65be278c9c841de3d6f
owner() view returns (address result)
0x15aed2c71b500fc3265c196d134b2f21f8ee812b
paused() view returns (bool)
false
Read-only
getFirstValidReserve(address _token) view returns (uint256)
getLatestUpdate(address _token) view returns (uint40)
getSaleProceeds(address _token) view returns (uint128)
maxAmounts(address) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
prices(address, uint256) view returns (uint256)
reserves(address, uint256) view returns (uint64 startTime, uint64 endTime, uint128 allocation)
totalMinted(uint256, address) view returns (uint256)
State-modifying
Events buy(address _token, uint256 _reserveId, uint256 _amount, address _to) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mint(address _token, uint256 _reserveId, uint256 _fId, address _to)
pause()
renounceOwnership() payable
requestOwnershipHandover() payable
setController(address _controller)
setMintDetails(struct ReserveInfo _reserve, bytes _mintDetails)
transferOwnership(address newOwner) payable
unpause()
withdraw(address _token)
ControllerSet(address _prevController, address _newController)
FrameMinted(address indexed _token, address indexed _to, uint256 indexed _fid)
MintDetailsSet(address indexed _token, uint256 indexed _reserveId, uint256 _price, struct ReserveInfo _reserveInfo, bool _openEdition, bool _timeUnlimited, uint256 _maxAmountPerFid)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
Purchase(address indexed _token, uint256 indexed _reserveId, address indexed _buyer, uint256 _amount, address _to, uint256 _price)
Unpaused(address account)
Withdrawn(address indexed _token, address indexed _creator, uint256 _proceeds)
constructor(address _owner, address _controller)
This contract contains no fallback and receive objects.
AddressZero()
Ended()
InsufficientFunds()
InvalidAllocation()
InvalidPayment()
InvalidReserve()
InvalidToken()
MaxAmountExceeded()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotStarted()
TooMany()
Unauthorized()
ZeroAddress()