gmoney_brick_breaker
Verified contract
Active on
Ethereum with 7,329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "gmoney_brick_breaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260297 | 4 days ago | | | 0 | 0.00067553211 | |
| 21208827 | 12 days ago | | | 0 | 0.00070265173 | |
| 21196893 | 13 days ago | | | 0 | 0.00077487042 | |
| 21157836 | 19 days ago | | | 0 | 0.00083279876 | |
| 21143991 | 21 days ago | | | 0 | 0.00071361714 | |
| 21105880 | a month ago | | | 0 | 0.00018254127 | |
| 21102463 | a month ago | | | 0 | 0.00013878133 | |
| 20994576 | a month ago | | | 0 | 0.00079052565 | |
| 20896549 | 2 months ago | | | 0 | 0.00021433880 | |
| 20662072 | 3 months ago | | | 0 | 0.00015231470 |
ABI
ABI objects
Getter at block 21292353
LEADERBOARD_ENTRY_SIZE() view returns (uint256)
20
LEADERBOARD_LENGTH() view returns (uint256)
3
PRICE() view returns (uint256)
69000000000000000
getLeaderboard() view returns (struct LeaderboardEntryMemory[])
[(1314, S_A_M, 1885), (1964, aleyxoung, 1251), (699, HeBaBa, 999999999)]
isMintLive() view returns (bool)
false
isPreMintLive() view returns (bool)
false
name() view returns (string)
gmoney_brick_breaker
owner() view returns (address)
0x6f1ac3c705baca51102a6a9d17d09a0c29a9f35f
publiclyAvailableTokens() view returns (uint256)
0
symbol() view returns (string)
BRCK
totalSupply() view returns (uint256)
2381
Read-only
balanceOf(address owner) view returns (uint256)
cleanGameURI(uint256 tokenId) view returns (bytes, string, string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnAllowList(address account) 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)
claim(uint256 gm420TokenId)
claimAll()
giveAway(address to)
mint(uint256 num) payable
preMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBeforeAfter(bytes beforeB, bytes afterB, bytes gmoneyLogo, bytes ethersCdnPath)
setContent(bytes[] content, bytes[] compressionDict)
setGM420Address(address _gm420)
setMintStatus(bool status)
setPreMintAllowList(address[] allowList)
setPreMintStatus(bool status)
setReserved(uint256 reserved)
submitScore(string name, uint32 score, uint32 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GM420Redeemed(address account, uint256 gm420Token)
GiveawayRedeemed(address account, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _splitterAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.