TRUMPDOGE

Verified contract

Active on Ethereum with 281 txns
Deployed by via 0x2129cd4d at 20590908
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TRUMPDOGE"

0x58fd709237bbd7cf8056b424fcf781df78bd2f40313755bc128cffbdd5bb249d
0x662966af7a05e29422c26b2ae9d7807bbad6eff1d889cc888dee0a12725aa4da
0xd6538585e09ebb8bbaf95b6d8471196a747587dd94700498c7d14fe005206898
0xad701605f7e0806a0fc5888832c6151c866c1e50683bb302fd494834aec7d15d
0x1be18b7d25a06d982cbaeae572384f951dd372fdb2c754f3797d30377a1c910e
0xfa3510645aa183caddabd41e630fb7e3efa4fc8b933cebebcf509799e584db38
0xa717cdff597a5e259f5c61817938a9a97b0096c7ba1734492cfb52215058befa
0x1694ea215abde28355998bd2223233545ba0999c2f81b4abb8a51c85b1165e37
0xd4b8f10f865f104c91e74b9d07279dc936aef61bd24bdc00b9397efcdc9cda0c
0xd2e543fa6971422786944c7ba331f196453366715616b5e7b35215c3b70865d0

Functions
Getter at block 21324845
decimals(view returns (uint8)
9
name(view returns (string)
TRUMPDOGE
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TRUMPDOGE
totalSupply(view returns (uint256)
963399178672051672
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(address account
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account