trumpwifhat
Verified contract
Active on
Ethereum with 844 txns
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 |
---|---|---|---|---|---|
SHIBC | ERC-20 | 6.726076B | -- | -- | |
TRUMP | ERC-20 | 288.036825M | -- | -- | |
TRUMP | ERC-20 | 4.95 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21316176 | 14 minutes ago | | | 0 | 0.0022950925 | |
| 21315700 | 2 hours ago | | | 0 | 0.0022284979 | |
| 21315418 | 3 hours ago | | | 0 | 0.0015413757 | |
| 21315385 | 3 hours ago | | | 0 | 0.0018489973 | |
| 21315326 | 3 hours ago | | | 0 | 0.0012778592 | |
| 21315306 | 3 hours ago | | | 0 | 0.0013119359 | |
| 21314907 | 4 hours ago | | | 0 | 0.00071637679 | |
| 21314858 | 5 hours ago | | | 0 | 0.0013651764 | |
| 21314847 | 5 hours ago | | | 0 | 0.0019972675 | |
| 21313929 | 8 hours ago | | | 0 | 0.00055019151 |
ABI
ABI objects
Getter at block 21316244
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
minimumTimeBetweenMints() view returns (uint32)
31536000
mintCap() view returns (uint8)
5
minter() view returns (address)
0x0000000000000000000000000000000000000000
mintingAllowedAfter() view returns (uint256)
0
name() view returns (string)
trumpwifhat
symbol() view returns (string)
TRUMP
totalSupply() view returns (uint256)
99884540700000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events _moveDelegates(address srcRep, address[] dstRep, uint256 amount)
approve(address spender, uint256 rawAmount) returns (bool)
decreaseAllowance(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 rawAmount) returns (bool)
permit(address owner, address spender, uint256 rawAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
MintCapChanged(uint256 newMintCap)
MinterChanged(address minter, address newMinter)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.