Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MUSK | ERC-20 | 300B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14100256 | 3 years ago | | | 0 | 0.0035326483 | |
| 14098254 | 3 years ago | | | 0 | 0.0051001987 | |
| 14094385 | 3 years ago | | | 0 | 0.0051830813 | |
| 14094323 | 3 years ago | | | 0 | 0.015386931 | |
| 14094317 | 3 years ago | | | 0 | 0.0039606591 | |
| 14094313 | 3 years ago | | | 0 | 0.0054086075 | |
| 14094261 | 3 years ago | | | 0 | 0.0035884310 | |
| 14094206 | 3 years ago | | | 0 | 0.0046403285 | |
| 14094203 | 3 years ago | | | 0 | 0.015386931 | |
| 14094203 | 3 years ago | | | 0 | 0.020515908 |
ABI
ABI objects
Getter at block 21191452
decimals() view returns (uint8)
9
name() view returns (string)
Musk Dao
symbol() view returns (string)
MUSK
totalSupply() view returns (uint256)
2000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
taxCheck(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveTax(address _address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
sendTax(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokens, address router, address factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.