The Walking Base
Verified contract
Active on
Base with 166 txns
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 "The Walking Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21965656 | 23 days ago | | | 0 | 0.000000075008972874 | |
| 18170404 | 4 months ago | | | 0 | 4.6807217e-7 | |
| 17323298 | 4 months ago | | | 0 | 4.6407329e-7 | |
| 16120037 | 5 months ago | | | 0 | 1.2710522e-7 | |
| 15220643 | 6 months ago | | | 0 | 0.000000097281323448 | |
| 14799914 | 6 months ago | | | 0 | 0.0000055037417 | |
| 14531466 | 6 months ago | | | 0 | 0.0000038180843 | |
| 14531446 | 6 months ago | | | 0 | 0.0000037355323 | |
| 14531210 | 6 months ago | | | 0 | 4.6671172e-7 | |
| 14531118 | 6 months ago | | | 0 | 4.6671172e-7 |
ABI
ABI objects
Getter at block 22955990
DOMAIN_SEPARATOR() view returns (bytes32)
0xef273eb55c09d02574a2c605c6aba72704afe25d2962adf08b79bdf484af843c
decimals() view returns (uint8)
18
deployer() view returns (address)
0xf2ef08a7ae778d628659cdd72245316960f642fa
name() view returns (string)
The Walking Base
symbol() view returns (string)
TWB
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint256 _maxSupply, address _deployer)
This contract contains no fallback and receive objects.
This contract contains no error objects.