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 "Trump47"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22710644 | 11 hours ago | | | 0 | 0.0000035478548 | |
| 22708151 | 12 hours ago | | | 0 | 0.000000099450868209 | |
| 22679944 | a day ago | | | 0 | 0.000000099291715150 | |
| 22611475 | 3 days ago | | | 0 | 0.000000073645375032 | |
| 22572861 | 4 days ago | | | 0 | 6.4632170e-7 | |
| 22555828 | 4 days ago | | | 0 | 0.000000098348787488 | |
| 22533364 | 5 days ago | | | 0 | 0.000000703079628103 | |
| 22456541 | 6 days ago | | | 0 | 0.0000017693605 | |
| 22455697 | 6 days ago | | | 0 | 0.0000024138918 | |
| 22454568 | 6 days ago | | | 0 | 0.0000023238276 |
ABI
ABI objects
Getter at block 22729753
DECIMALS() view returns (uint8)
6
MAX_SUPPLY() view returns (uint256)
47000000000000000
decimals() view returns (uint8)
6
name() view returns (string)
Trump47
owner() view returns (address)
0x987f7bca81fea7090d600214e4badae9208dd2ac
symbol() view returns (string)
Trump47
totalSupply() view returns (uint256)
47000000000000000
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)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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(address initialOwner)
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)
MaxSupplyExceed()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)