This contract is being backfilled. You may encounter incomplete storage history.

GAMBLR

Verified contract

Active on Base with 292 txns
Deployed by via 0x24c2149a at 17786767
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GAMBLR"

0x4311bb6fdfb140a3063efb9327d35c4776fb7c93532bc6e46fd609c1318f707d
0xa5e88047644226e0584e94ec05e174131957d6554f21cb214545fafaa24472ea
0xbad638a95883c2fa83445c18a5fbdd8dab82fcfb7cc0d9df8be5e67adeb33142
0xca51262fcd16879d6370a9998b967f6e6f3163bff9fe8d998ed8901fc1a4dfb6
0xe418a00224159fecefe7b50f569fdde6de4b406ea2e64104a3b2b5ac2fdd2cbb
0xb4380060ff3c6efcbb06abd67f3c5331275fa673da11fdd6e4d5ac6954e8745e
0xc686d28006e5dae5ac7b12abcd96bf2dce2882802edc9c303900e83d56ab1e41
0x42bc9754f985d47cf188b54a6297df7627c44a520bfb15b32d5d40e38abadb7d
0xd4556922248c1be6217485bc3175b35ddc5eb72c3d24c5ec5869513de9ab77c2
0x497af8e0e964882c57a17bccf224655cdc8c79285d29b9dcee6f798fbc959292

Functions
Getter at block 22109491
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
GAMBLR
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GAMBLR
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account