DOMOS DOLLAR
Verified contract
Active on
Base with 52,749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x45ee…e854
Balances ($0.00)
No balances found for "DOMOS DOLLAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22702566 | 19 hours ago | | | 0 | 0.000000089903977839 | |
| 22598626 | 3 days ago | | | 0 | 0.000000090951299439 | |
| 22521473 | 5 days ago | | | 0 | 1.6612501e-7 | |
| 22479474 | 6 days ago | | | 0 | 9.3562336e-7 | |
| 22478167 | 6 days ago | | | 0 | 0.0000010198866 | |
| 22417437 | 7 days ago | | | 0 | 1.1837404e-7 | |
| 22274131 | 11 days ago | | | 0 | 0.000000082003723776 | |
| 22273608 | 11 days ago | | | 0 | 1.8123178e-7 | |
| 22268027 | 11 days ago | | | 0 | 1.2374960e-7 | |
| 22265468 | 11 days ago | | | 0 | 0.000000106594118246 |
ABI
ABI objects
Getter at block 22737588
MAX_SUPPLY() view returns (uint256)
210000000000000000000000000000
MINT_AMOUNT() view returns (uint256)
5000000000000000000000000
VITALIK() view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
cheapInt() view returns (uint256)
908
decimals() view returns (uint8)
18
domosnft() view returns (address)
0x45eed87020ee402fa3cf729c3961def1f158e854
name() view returns (string)
DOMOS DOLLAR
owner() view returns (address)
0x3ef418118d1decf42226580305fd4f5ccadccfa6
symbol() view returns (string)
$DOMO
totalSupply() view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
holder(uint256 inp) view returns (address)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
donate(address tokenAddress, address daoAddress)
holderSemiRandom(uint256 inp) returns (address)
mint()
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)