Great Elon Musk
Unverified contract
Proxy
Active on
Base with 21 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Great Elon Musk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22830878 | 5 days ago | | | 0 | 0.0000022115402 | |
| 22720703 | 8 days ago | | | 0 | 0.000000808718094000 | |
| 22464078 | 14 days ago | | | 0 | 0.0000011222893 | |
| 22337062 | 17 days ago | | | 0 | 0.0000015591424 | |
| 22337017 | 17 days ago | | | 0 | 0.0000011695602 | |
| 22337015 | 17 days ago | | | 0 | 0.0000011681445 | |
| 22337013 | 17 days ago | | | 0 | 0.0000011651603 | |
| 22337013 | 17 days ago | | | 0 | 0.0000011657123 | |
| 22337012 | 17 days ago | | | 0 | 0.0000011651603 | |
| 22337010 | 17 days ago | | | 0 | 0.0000011638787 |
ABI
ABI objects
Getter at block 23064702
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Great Elon Musk
owner() view returns (address)
0xde0db48a7ca4304af699577b335e937e767a6339
symbol() view returns (string)
GEM
totalSupply() view returns (uint256)
69420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed _owner, address indexed _token, uint8 _tokenType, uint256 _version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)