Towelie
Verified contract
Active on
Ethereum with 5,520 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 "Towelie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157272 | an hour ago | | | 0 | 0.00068397658 | |
| 21155662 | 7 hours ago | | | 0 | 0.00054581713 | |
| 21152347 | 18 hours ago | | | 0 | 0.00045134933 | |
| 21152340 | 18 hours ago | | | 0 | 0.00061745823 | |
| 21151945 | 19 hours ago | | | 0 | 0.00029035647 | |
| 21151944 | 19 hours ago | | | 0 | 0.00029079051 | |
| 21151942 | 19 hours ago | | | 0 | 0.00029624979 | |
| 21151188 | 21 hours ago | | | 0 | 0.00057533873 | |
| 21147745 | a day ago | | | 0 | 0.00020001593 | |
| 21147728 | a day ago | | | 0 | 0.00033578350 |
ABI
ABI objects
Getter at block 21157612
decimals() pure returns (uint8)
18
name() view returns (string)
Towelie
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x6682ac593513cc0a6c25d0f3588e8fa4ff81104d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
Toweli
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidPair(address pair)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)