ChubbiFren
Verified contract
Active on
Ethereum with 9,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264329 | 5 hours ago | | | 0 | 0.00077043880 | |
| 21264325 | 5 hours ago | | | 0 | 0.00077517802 | |
| 21253538 | 2 days ago | | | 0 | 0.00024125854 | |
| 21253536 | 2 days ago | | | 0 | 0.00044513505 | |
| 21232803 | 5 days ago | | | 0 | 0.00040571261 | |
| 21223535 | 6 days ago | | | 0 | 0.0010634453 | |
| 21221815 | 6 days ago | | | 0 | 0.00045115296 | |
| 21207058 | 8 days ago | | | 0 | 0.00083490121 | |
| 21207017 | 8 days ago | | | 0 | 0.00039329219 | |
| 21200451 | 9 days ago | | | 0 | 0.00048085422 |
ABI
ABI objects
Getter at block 21265736
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
https://app.chubbiverse.com/api/meta/chubbifren/
claimed() view returns (uint256)
1558
currentSupply() view returns (uint256)
8888
getChainId() view returns (uint256)
1
getCurrentPrice() view returns (uint256)
90000000000000000
getDomainSeperator() view returns (bytes32)
0x547853f6f2a4210b3426ff0f2315114aa4bc85528fbc2da136c99b77b69dc4bc
isAuctionActive() view returns (bool)
false
isClaimingActive() view returns (bool)
false
maxAuctionSupply() view returns (uint256)
7330
maxPrice() view returns (uint256)
690000000000000000
maxSupply() view returns (uint256)
8888
maxTokensPerBid() view returns (uint256)
20
maxTokensPerClaim() view returns (uint256)
50
minPrice() view returns (uint256)
90000000000000000
name() view returns (string)
Chubbiverse Frens
owner() view returns (address)
0x51edb6e986c31d13838f165737fe3fba9f689f38
paused() view returns (bool)
false
priceDelta() view returns (uint256)
50000000000000000
startTime() view returns (uint256)
1636145982
symbol() view returns (string)
CHF
timeDelta() view returns (uint256)
600
tokensAuctioned() view returns (uint256)
7330
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getReservations(address _for) view returns (uint256)
isApprovedForAll(address owner, address operator) 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)
bid(uint256 _tokenAmount) payable
claim()
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
pause()
pauseAuction()
pauseClaiming()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionParameters(uint256 _maxPrice, uint256 _minPrice)
setBaseTokenURI(string newBaseTokenURI)
setMaxTokensPerBid(uint256 _amount)
setMaxTokensPerClaim(uint256 _amount)
startAuction()
stopReservations()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpauseClaiming()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BidSuccessful(address indexed owner, uint256 amountOfTokens, uint256 totalPrice)
Claimed(address indexed owner, uint256 amount)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.