Tim Walz

Verified contract

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

No balances found for "Tim Walz"

0x332d3f9425e50af1d2bf41222bd3215d2fad6c0ea45fa4a0b95358be5f8798e1
0x9f7ec194c8388c6d871877c9856ff17afcd4b3eb80e84ff1a25d36648a6ae418
0x2bdabb1f6a4944280ee5429a1e2e339f09302d498b67a92801a42c47a23f4da7
0x8a992508d4b6b5c2397ff37b446e741fcfc00bce0f5660622feea65e262ffffe
0xfcd6ab962302b250dc17a5ac5a6104c4ae468e3da1b5a98374296f43dd59bada
0xf58041c936508b3fcfc30b9a9bbea8357c1391901d75570f731688ce2adb41d6
0xe24957de99822c037e49bbee2422472ed3fa8dda20b465559792a2650304003c
0xdc1c17d426f5a5715feb8c0d680b0704b935ee3ffdf63951c79ee346d8eb80b2
0x16cbf836a61b8e84c6e2e1be55db4769b8f9ea02ed0df3f360f32249e5e9bd3f
0x31f2c25e12a70c25126bc6909948bbe215e673bf23996f896a78a335e9969d9b

Functions
Getter at block 21266599
decimals(view returns (uint8)
18
maxWallet(view returns (uint256)
0
name(view returns (string)
Tim Walz
owner(view returns (address)
0x0000000000000000000000000000000000000000
pairAddress(view returns (address)
0x807504b007162105ec602972e7bac5585af6ae32
symbol(view returns (string)
Walz
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)
renounceOwnership(
setmaxWallet(uint256 _maxWallet
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(address _unifactoryaddress _wethstring name_string symbol_uint256 initialSupply_uint256 maxWallet_
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