Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRUMP | ERC-20 | 3.303223 | $1.82 |
$6.01 | |
TRUMP | ERC-20 | 14.215097M | -- | -- | |
X | ERC-20 | 500K | -- | -- | |
TRUMP | ERC-20 | 5.485K | -- | -- | |
TFRNZY | ERC-20 | 2K | -- | -- | |
HARRIS | ERC-20 | 1.734K | -- | -- | |
MAGA | ERC-20 | 159.478765 | -- | -- | |
TRUMP | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268950 | 26 minutes ago | | | 0 | 0.00026482098 | |
| 21268939 | 28 minutes ago | | | 0 | 0.00035694623 | |
| 21268872 | 41 minutes ago | | | 0 | 0.00039441430 | |
| 21268806 | an hour ago | | | 0 | 0.00038184404 | |
| 21268806 | an hour ago | | | 0 | 0.00038199541 | |
| 21268802 | an hour ago | | | 0 | 0.00024549000 | |
| 21268784 | an hour ago | | | 0 | 0.00036588539 | |
| 21268775 | an hour ago | | | 0 | 0.00039973638 | |
| 21268771 | an hour ago | | | 0 | 0.00080652659 | |
| 21268767 | an hour ago | | | 0 | 0.00041292310 |
ABI
ABI objects
Getter at block 21269077
MAGA() view returns (address)
0x576e2bed8f7b46d34016198911cdf9886f78bea7
decimals() pure returns (uint8)
9
name() view returns (string)
MAGA
symbol() view returns (string)
TRUMP
totalSupply() view returns (uint256)
14210744875665490
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
convertTaxedTrumpToTaxlessTrump(uint256 amount)
convertTaxlessTrumpToTaxedTrump(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)