The Great Brains Club
Verified contract
Active on
Ethereum with 1,823 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 "The Great Brains Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884280 | a month ago | | | 0 | 0.00032511639 | |
| 20505806 | 3 months ago | | | 0 | 0.000089526372 | |
| 20472667 | 3 months ago | | | 0 | 0.000036060902 | |
| 20472662 | 3 months ago | | | 0 | 0.000038252484 | |
| 20194018 | 5 months ago | | | 0 | 0.000040914747 | |
| 20194017 | 5 months ago | | | 0 | 0.000038355714 | |
| 20158106 | 5 months ago | | | 0 | 0.00010985098 | |
| 19835785 | 6 months ago | | | 0 | 0.000089555491 | |
| 19810915 | 6 months ago | | | 0 | 0.00026120962 | |
| 19647711 | 7 months ago | | | 0 | 0.00082137047 |
ABI
ABI objects
Getter at block 21207942
baseURI() view returns (string)
https://greatbrainsclub.com/api/nft/
name() view returns (string)
The Great Brains Club
nft_reveal_time() view returns (uint256)
1634605200
owner() view returns (address)
0x6dce7aec2f13246b570697fd52ea3857388b6728
pause_sale() view returns (bool)
true
sale_startTime() view returns (uint256)
1634497200
symbol() view returns (string)
GBC
totalSupply() view returns (uint256)
2008
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)
buy(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setPauseSale(bool temp)
set_start_time(uint256 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update_reveal_time(uint256 time)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.