Trump's BTC America
Verified contract
Active on
Base with 192 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Trump's BTC America"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22402209 | 8 days ago | | | 0 | 4.2873729e-7 | |
| 22281644 | 11 days ago | | | 0 | 4.3398449e-7 | |
| 21603308 | a month ago | | | 0 | 6.2967312e-7 | |
| 20629520 | 2 months ago | | | 0 | 3.2560433e-7 | |
| 19076938 | 3 months ago | | | 0 | 6.3189079e-7 | |
| 18641195 | 3 months ago | | | 0 | 2.5303917e-7 | |
| 18410104 | 3 months ago | | | 0 | 4.6445801e-7 | |
| 18167749 | 3 months ago | | | 0 | 4.2841286e-7 | |
| 18120545 | 3 months ago | | | 0 | 4.9054782e-7 | |
| 17583751 | 4 months ago | | | 0 | 1.6835257e-7 |
ABI
ABI objects
Getter at block 22749896
decimals() view returns (uint8)
18
name() view returns (string)
Trump's BTC America
symbol() view returns (string)
TRUMP
totalSupply() view returns (uint256)
16000000000000000000000000000
uniqueFunction() pure returns (uint256)
1234567890
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)
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)