Dollur Go Brrr
Verified contract
Active on
Base with 1,386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOLLUR | ERC-20 | 263.741804K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22733575 | 15 hours ago | | | 0 | 1.2027460e-7 | |
| 22733404 | 15 hours ago | | | 0 | 1.1865682e-7 | |
| 22662328 | 2 days ago | | | 0 | 0.0000010270745 | |
| 22568085 | 4 days ago | | | 0 | 0.000000607119674890 | |
| 22322647 | 10 days ago | | | 0 | 5.1313126e-7 | |
| 22195618 | 13 days ago | | | 0 | 6.4574852e-7 | |
| 20903658 | a month ago | | | 0 | 1.6880665e-7 | |
| 20882684 | a month ago | | | 0 | 4.5327822e-7 | |
| 20743880 | 2 months ago | | | 0 | 1.7857340e-7 | |
| 20407866 | 2 months ago | | | 0 | 2.1648436e-7 |
ABI
ABI objects
Getter at block 22760076
_cap() view returns (uint256)
2700000000000000000000000000
cap() view returns (uint256)
2700000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Dollur Go Brrr
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOLLUR
totalSupply() view returns (uint256)
2700000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setAcl(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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(string name, string symbol, uint256 cap_, address initMinter, uint256 initMintQuantity)
This contract contains no fallback and receive objects.
This contract contains no error objects.