gruubub
Verified contract
Active on
Ethereum with 3,859 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.77)
Native
Value
$10.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,590.87 |
$10.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18397682 | a year ago | | | 0 | 0.00038347036 | |
| 16926823 | 2 years ago | | | 0 | 0.00065042964 | |
| 16924844 | 2 years ago | | | 0 | 0.00096467108 | |
| 16846730 | 2 years ago | | | 0 | 0.00075687584 | |
| 16827454 | 2 years ago | | | 0 | 0.0023874067 | |
| 16782083 | 2 years ago | | | 0 | 0.00051062504 | |
| 16531518 | 2 years ago | | | 0 | 0.00045388549 | |
| 16416613 | 2 years ago | | | 0 | 0.00039181666 | |
| 16303897 | 2 years ago | | | 0 | 0.00072118921 | |
| 16288089 | 2 years ago | | | 0 | 0.00092372696 |
ABI
ABI objects
Getter at block 21296269
CURR_MINT_COST() view returns (uint256)
0
MAX_TOKENS() view returns (uint256)
2222
baseURI() view returns (string)
ipfs://QmNoPv7riFt4qY22KFU5aD7W5DN2J21r7mA83n9fw9p2NH/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Final, 0, 0, 0, 1, 1, 2222, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
gruubub
owner() view returns (address)
0x754cde885a12cc157343ac333b4f9539356789cd
symbol() view returns (string)
gruubub
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlacklisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
blacklistAddresses(address[] users)
mintNFT(uint256 _mintAmount) payable
removeBlacklistAddresses(address[] users)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMints(uint256 amount)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()