FarBase OGGY Phone
Unverified contract
Proxy
Active on
Base with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "FarBase OGGY Phone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15881170 | 5 months ago | | | 0 | 0.000010911631 | |
| 15880692 | 5 months ago | | | 0.031 | 0.000057052782 |
ABI
ABI objects
Getter at block 22325740
SIGNATURE_VALIDITY() view returns (uint256)
3600
factoryProxy() view returns (address)
0x4205e56a69a0130a9e0828d45d0c84e45340a196
fee() view returns (uint256)
30000000000000000
getFeeData() view returns (uint256 tokenFee, address treasuryAddress)
(tokenFee=30000000000000000, treasuryAddress=0x1c9e2a414082194ce3e594b2b763530a3ebcb244)
locked() view returns (bool)
false
maxSupply() view returns (uint256)
15
mintableAmountPerUser() view returns (uint256)
1
name() view returns (string)
FarBase OGGY Phone
owner() view returns (address)
0x1c9e2a414082194ce3e594b2b763530a3ebcb244
symbol() view returns (string)
totalSupply() view returns (uint256)
1
treasury() view returns (address)
0x1c9e2a414082194ce3e594b2b763530a3ebcb244
Read-only
balanceOf(address owner) view returns (uint256)
balanceOf(uint256 userId) view returns (uint256 amount)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] tokenIds, uint256 userId, uint256 signedAt, bytes signature)
claim(uint256 amount, address receiver, uint256 userId, uint256 signedAt, bytes signature) payable
initialize(struct IGuildRewardNFTFactoryConfigurableNFTConfig nftConfig, address factoryProxyAddress)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFee(uint256 newFee)
setLocked(bool newLocked)
setMaxSupply(uint256 newMaxSupply)
setMintableAmountPerUser(uint256 newAmount)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenURI(string newCid)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed receiver, uint256 tokenId)
FeeChanged(uint256 newFee)
Initialized(uint8 version)
Locked(uint256 tokenId)
MaxSupplyChanged(uint256 newMaxSupply)
MetadataUpdate()
MintableAmountPerUserChanged(uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryChanged(address newTreasury)
Unlocked(uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyClaimed()
ExpiredSignature()
FailedToSendEther(address recipient)
IncorrectFee(uint256 paid, uint256 requiredAmount)
IncorrectSender()
IncorrectSignature()
MaxSupplyReached(uint256 maxSupply)
NonExistentToken(uint256 tokenId)
Soulbound()