0x5c4743942072d2d0772b9887770e0943a67af6b4
Unverified contract
Proxy
Active on
Base with 280 txns
Unified storage
Map
Table
Raw
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 "0x5c4743942072d2d0772b9887770e0943a67af6b4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23892413 | 20 minutes ago | | | 0 | 0.00017759949 | |
| 23889724 | 2 hours ago | | | 0 | 0.00010468662 | |
| 23888498 | 3 hours ago | | | 0 | 0.000074890247 | |
| 23887955 | 3 hours ago | | | 0 | 0.00015745473 | |
| 23886377 | 4 hours ago | | | 0 | 0.00018930494 | |
| 23885843 | 4 hours ago | | | 0 | 0.00012652103 | |
| 23882252 | 6 hours ago | | | 0 | 0.00054162129 | |
| 23879071 | 8 hours ago | | | 0 | 0.000090753726 | |
| 23875983 | 9 hours ago | | | 0 | 0.00017117161 | |
| 23875574 | 10 hours ago | | | 0 | 0.00018319214 |
ABI
ABI objects
Getter at block 23892999 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
bondingCurve() view returns (address)
0xea368e95cc37610fc39efe3e221fd2a863600d02
implementation() view returns (address)
0x700be4a0da3b25b9626f7c2f95b600b2775ad297
owner() view returns (address)
0xa679568586ab40ce14b187bc1993dac1ba1372c6
tokenImplementation() view returns (address)
0x4e2d3199e96d98fe3c28511a0c9d77e8e8988349
Read-only
This contract contains no read-only function objects.
State-modifying
Events deploy(address _tokenCreator, address _platformReferrer, string _tokenURI, string _name, string _symbol, uint256 _platformReferrerFeeBps, uint256 _orderReferrerFeeBps) payable returns (address)
initialize(address _owner)
renounceOwnership()
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
FarTokenCreated(address indexed factoryAddress, address indexed tokenCreator, address platformReferrer, address protocolFeeRecipient, address bondingCurve, string tokenURI, string name, string symbol, address tokenAddress, address poolAddress, uint256 platformReferrerFeeBps, uint256 orderReferrerFeeBps)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
FailedDeployment()
InsufficientBalance(uint256 balance, uint256 needed)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)