TRUMPToken
Verified contract
Active on
Ethereum with 7,510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGGO | ERC-20 | 3.296344B | $0.00 |
$6.59 | |
OMOCHI | ERC-20 | 1.5B | -- | -- | |
TRUMP | ERC-20 | 3.00718M | -- | -- | |
MEME | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263517 | 6 minutes ago | | | 0 | 0.0010532502 | |
| 21262365 | 4 hours ago | | | 0 | 0.00053029870 | |
| 21262203 | 4 hours ago | | | 0 | 0.0012219695 | |
| 21262000 | 5 hours ago | | | 0 | 0.00055798975 | |
| 21261294 | 8 hours ago | | | 0 | 0.00099142242 | |
| 21261279 | 8 hours ago | | | 0 | 0.0010303568 | |
| 21260882 | 9 hours ago | | | 0 | 0.00045810932 | |
| 21260802 | 9 hours ago | | | 0 | 0.00037335616 | |
| 21260800 | 9 hours ago | | | 0 | 0.00053602292 | |
| 21260625 | 10 hours ago | | | 0 | 0.00058714994 |
ABI
ABI objects
Getter at block 21263544
DOMAIN_SEPARATOR() view returns (bytes32)
0x0c7cc3086635469af7a8f104c6a9325e1a2065a3efa7d86e6e912f462d9b8d79
_CACHED_CHAIN_ID() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
BOME TRUMP
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TRUMP
totalSupply() view returns (uint256)
68961771000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address[] spender, uint256 value, uint256, uint8, bytes32, bytes32)
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.