TrumpWin

Verified contract

Active on Base with 242 txns
Deployed by via 0x5f84e00c at 22043867
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TrumpWin"

0xc62140e5ade2d95c092f326555397e599e193d22df07862f3e71c76037baf8a7
0x60d23cb17de78219a7f687b2502cd8f757edf3421a5e437d6e33b7902d5f964b
0x14a2560ae386fde16f824d5e677c24bb147568ac7d5ad51a51fd76c347009052
0x6c7a622a275fec2d12d3a8fcd4a1e241f663f4fe798a6d2c6009dae0c597122b
0xdacb0a4c416afd9b22ba0e27c8310f1210700efe38232d71db318dc3a1b2eb7b
0xbb35af737ccfed400ddaad89f7f2f42fd2089260445f1efbc1df1a939b301fd2
0x529ae5c12504783a918e391a4180dc36e94631856af174a42bdcf49dc318b45d
0x961725574d26ad1de37992fd599aaac460b60b986c09b19c902658e378720234
0xc4296b02d43e076a9b3fb8111425cecd4c41d8dc123399047e4cf5500691a03c
0xd935f71e2e82990f70b5d6c30afb7ea9770e50ff3f5442388e8a38448921c9ce

Functions
Getter at block 22756197
decimals(view returns (uint8)
18
name(view returns (string)
TrumpWin
symbol(view returns (string)
TWN
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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