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 "Crypto Trump"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15832463 | 5 months ago | | | 0 | 5.9319423e-7 | |
| 15820223 | 5 months ago | | | 0 | 0.000000305153938220 | |
| 15806274 | 5 months ago | | | 0 | 5.9835238e-7 | |
| 15762340 | 5 months ago | | | 0 | 5.9835238e-7 | |
| 15721897 | 5 months ago | | | 0 | 0.0000052013574 | |
| 15720258 | 5 months ago | | | 0 | 5.5650688e-7 | |
| 15636360 | 5 months ago | | | 0 | 1.3064858e-7 | |
| 15548694 | 6 months ago | | | 0 | 1.1630041e-7 | |
| 15527769 | 6 months ago | | | 0 | 1.7506800e-7 | |
| 15527760 | 6 months ago | | | 0 | 0.000000308672028890 |
ABI
ABI objects
Getter at block 22855428
DOMAIN_SEPARATOR() view returns (bytes32)
0x467abe93faecbaabd61e00a8d77b64bb2db6abc783884dbb5ffcc2e09e7623bd
creator() view returns (address)
0xc13baa6f88c8cfe95fd574330fa631cddd7d2616
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
0
name() view returns (string)
Crypto Trump
symbol() view returns (string)
CTRUMP
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExempt(address account) view returns (bool)
isPoolOrRouter(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addExempt(address _contract)
addPoolOrRouter(address _contract)
approve(address spender, uint256 amount) returns (bool)
initialize(address _protocolAddr, address _protocolTreasury, uint256 _protocolFeesBps, uint256 _creatorFeesBps, address _pool, address[] _routers, address[] _exemptsAddr)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setCreatorAddress(address _creator)
setCreatorFeeBps(uint256 _newFeeBps)
setProtocolAddress(address _protocolAddress)
setProtocolFeeBps(uint256 _newFeeBps)
setTreasuryAddress(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
CreatorAddressUpdated(address oldCreator, address newCreator)
CreatorFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
ExemptAdded(address indexed account)
PoolOrRouterAdded(address indexed account)
ProtocolAddressUpdated(address oldProtocol, address newProtocol)
ProtocolFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
Transfer(address indexed from, address indexed to, uint256 amount)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor(string _name, string _symbol, address _memeception, address _creator)
This contract contains no fallback and receive objects.
AddressZero()
AlreadyInitialized()
CreatorFeeTooHigh()
OnlyCreator()
OnlyProtocol()
PoolNotInitialized()
ProtocolFeeTooHigh()