AiDoge
Verified contract
Active on
Ethereum with 33,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($607.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRD | ERC-20 | 27.772792K | $0.009966 |
$276.78 | |
PEPE | ERC-20 | 10M | $0.000021 |
$205.2 | |
USDT | ERC-20 | 100.322325 | $1.003 |
$100.62 | |
USDC | ERC-20 | 22.295383 | $1.001 |
$22.32 | |
LHINU | ERC-20 | 4.459531M | $0.000001 |
$2.23 | |
AI | ERC-20 | 432.271061M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243141 | 10 hours ago | | | 0 | 0.00073323193 | |
| 21243021 | 10 hours ago | | | 0 | 0.00033287357 | |
| 21241817 | 14 hours ago | | | 0 | 0.00043960022 | |
| 21241803 | 14 hours ago | | | 0 | 0.00044413585 | |
| 21241763 | 15 hours ago | | | 0 | 0.00057350940 | |
| 21241299 | 16 hours ago | | | 0 | 0.00048030622 | |
| 21240884 | 18 hours ago | | | 0 | 0.00058075610 | |
| 21240311 | 19 hours ago | | | 0 | 0.00058203145 | |
| 21239495 | a day ago | | | 0 | 0.00073763004 | |
| 21238585 | a day ago | | | 0 | 0.00096899090 |
ABI
ABI objects
Getter at block 21246104
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
AiDoge
owner() view returns (address)
0xce218c3be9ec837e7c2de79456daa7ed00e37652
symbol() view returns (string)
AI
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.