Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3312…fdfd
Balances ($0.00)
No balances found for "DUDE ON BASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16099824 | 6 months ago | | | 0 | 8.5826495e-7 | |
| 16099821 | 6 months ago | | | 0 | 0.000015191353 | |
| 16099820 | 6 months ago | | | 0 | 0.0000058513563 | |
| 16099819 | 6 months ago | | | 0 | 0.0000058517172 | |
| 16099819 | 6 months ago | | | 0 | 0.0000067856372 | |
| 16099819 | 6 months ago | | | 0 | 0.0000072525972 | |
| 16099819 | 6 months ago | | | 0 | 0.0000081865172 | |
| 16099818 | 6 months ago | | | 0 | 0.0000058521573 | |
| 16099818 | 6 months ago | | | 0 | 0.0000081869573 | |
| 16099817 | 6 months ago | | | 0 | 0.0000060309193 |
ABI
ABI objects
Getter at block 23612967
_WETH() view returns (address)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
name() view returns (string)
DUDE ON BASE
owner() view returns (address)
0x8eca11253be9a4a1111daed41a5c90ab62aee3b6
pair() view returns (address)
0x55fe33b3b370335fc0817cb978bd6b493ba5d15e
symbol() view returns (string)
DUDE
totalSupply() view returns (uint256)
420690000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Opentrading()
TransferedTransaction(uint256 amount)
approve(address spender, uint256 value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)