RibBits
Verified contract
Active on
Ethereum with 1,967 txns
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 "RibBits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992553 | 24 days ago | | | 0 | 0.00065534217 | |
| 20662841 | 2 months ago | | | 0 | 0.000089485200 | |
| 19885695 | 6 months ago | | | 0 | 0.00014812096 | |
| 19587920 | 7 months ago | | | 0 | 0.00065743755 | |
| 19565646 | 7 months ago | | | 0 | 0.00084300769 | |
| 19275626 | 9 months ago | | | 0 | 0.0019683673 | |
| 19192526 | 9 months ago | | | 0 | 0.0042765823 | |
| 19064271 | 10 months ago | | | 0 | 0.00086617235 | |
| 18910667 | 10 months ago | | | 0 | 0.00046561252 | |
| 18910192 | 10 months ago | | | 0 | 0.00051349359 |
ABI
ABI objects
Getter at block 21162493
howManyFrawg() view returns (uint256 a)
3000
name() view returns (string)
RibBits
owner() view returns (address)
0xb0e7d87fcb3d146d55eb694f9851833f18a7db11
paused() view returns (bool)
false
ribbit() pure returns (string)
RIBBIT
symbol() view returns (string)
RIBBIT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyFrawgs(uint256 tokensNumber) payable
mintGiveawayFrawgs(address to, uint256 tokenId)
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.