Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe45b…49f5
5 additional
variables
Balances ($0.00)
No balances found for "DUDE404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19414728 | 8 months ago | | | 0 | 0.0032503426 | |
| 19414674 | 8 months ago | | | 0 | 0.0032502167 | |
| 19272258 | 9 months ago | | | 0 | 0.0020634019 | |
| 19269760 | 9 months ago | | | 0 | 0.0024313410 | |
| 19265031 | 9 months ago | | | 0 | 0.0017330441 | |
| 19235218 | 9 months ago | | | 0 | 0.0023349614 | |
| 19229587 | 9 months ago | | | 0 | 0.00095810452 | |
| 19226445 | 9 months ago | | | 0 | 0.0014269999 | |
| 19223751 | 9 months ago | | | 0 | 0.00082717515 | |
| 19217790 | 9 months ago | | | 0 | 0.0014685900 |
ABI
ABI objects
Getter at block 21258839
SwapAndLiquifyEnabled() view returns (bool)
true
baseTokenURI() view returns (string)
https://bafybeihpfhinwcdx2b5oxke2iesmwcvyyj36t5byaoiyagdgkbulznu2uy.ipfs.w3s.link/
blockDuration() view returns (uint256)
1
blockNumber() view returns (uint256)
19199186
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
300
feeOnSell() view returns (uint256)
300
marketingWallet() view returns (address)
0xe45bf199ce4a836232c9088e2c2b980cb5a049f5
minted() view returns (uint256)
926
name() view returns (string)
DUDE404
owner() view returns (address)
0x32a691b6a501f2c06120028fa9bbe8053384be87
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DUDE
tokenAmountToSwap() view returns (uint256)
10000000000000000000
totalSupply() view returns (uint256)
999000000000000000000
uniswapPair() view returns (address)
0x86a776f8c02bc2c809159982464a2e016f86bf97
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isGetFees(address) view returns (bool)
allowance(address, address) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setAutomatedMarketMakerPair(address pair, bool value)
setBlockNumber()
setFeeAccount(address account, bool isGetFee)
setNameSymbol(string _name, string _symbol)
setTokenAmountToSwap(uint256 _tokenAmount)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
updateFee(uint256 _onBuy, uint256 _onSell)
updateMarketingWallet(address _newWallet)
updateSwapAndLiquifiy(bool value)
updateUniswapRouter(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
GetFee(address indexed account, bool isGetFee)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SetTokenAmountToSwap(uint256 tokenAmountToSwap)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
UpdateSwapAndLiquify(bool value)
UpdateUniswapRouter(address indexed newAddress, address indexed oldAddress)
constructor(address _owner, uint256 _initialSupply)
receive()
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
Unauthorized()
UnsafeRecipient()