DegenSmerf
Verified contract
Active on
Ethereum with 692 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 "DegenSmerf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120624 | a month ago | | | 0 | 0.00036984266 | |
| 21114464 | a month ago | | | 0 | 0.00015007190 | |
| 21050472 | a month ago | | | 0 | 0.00036201170 | |
| 21042755 | a month ago | | | 0 | 0.00036986746 | |
| 20573248 | 3 months ago | | | 0 | 0.000038735305 | |
| 20544727 | 4 months ago | | | 0 | 0.000091029578 | |
| 20381735 | 4 months ago | | | 0 | 0.00020467697 | |
| 20340751 | 4 months ago | | | 0 | 0.00025465019 | |
| 20292533 | 5 months ago | | | 0 | 0.00035970837 | |
| 20252635 | 5 months ago | | | 0 | 0.00012086425 |
ABI
ABI objects
Getter at block 21321999
DOMAIN_SEPARATOR() view returns (bytes32)
0xf22628c63eb03582dc78d15c4800d2193c6f9a2496ccf9a3156b8b4139367f09
DegenSmerf_info() pure returns (string)
DegenSmerf
decimals() pure returns (uint8)
18
dividendTracker() view returns (address)
0x0000000000000000000000000000000000000000
getBuyTax() view returns (uint32)
0
getERC20Controller() view returns (address)
0xe5539c380c4a1c51e426442bc1e7cc46c2c6d529
getLPPair() view returns (address wethAddr)
0xef069eff68b883a488455cf444013d8a77bf0fe6
getSellTax() view returns (uint32)
0
getTaxWallets() view returns (struct DegenSmerfTaxWallet[])
[(0x8eb25f83a8cc8d89363a862ca49e3752b898be44, 1000)]
name() pure returns (string)
DegenSmerf
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
SMERF
totalSupply() pure returns (uint256)
69000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events addNewLPPair(address pair)
addTaxWallet(struct DegenSmerfTaxWallet wall)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
disableBlocklistAdd()
multisend(address[] addr, uint256[] val)
multisendFrom(address sender, address[] addrRecipients, uint256[] vals)
openTrading()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proxiedApprove(address erc20Contract, address spender, uint256 amount) returns (bool)
proxiedSell(address erc20Contract)
proxiedSellAndSend(address erc20Contract)
proxiedTransfer(address erc20Contract, address recipient, uint256 amount) returns (bool)
proxiedWETHWithdraw()
removeTaxWallet(address wallet)
renounceOwnership()
setBuyTax(uint32 amount)
setEthSendDivisor(uint32 newDivisor)
setExcludedFromFee(address account, bool isExcluded)
setMaxTxRatio(uint32 ratio)
setMaxWalletRatio(uint32 ratio)
setSellTax(uint32 amount)
setSwapDivisor(uint32 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Bought(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed seller, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address controller, address dev, struct DegenSmerfInitialData id, struct DegenSmerfTaxWallet[] wallets)
receive()
This contract contains no error objects.