Alchemy
Verified contract
Active on
Ethereum with 234,232 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 119.126985K | $1.001 |
$119,246.11 | |
ACH | ERC-20 | 625.751604K | $0.022566 |
$14,120.44 | |
SHIB | ERC-20 | 53.83075M | $0.000025 |
$1,329.08 | |
RAMP | ERC-20 | 17.97576K | $0.068057 |
$1,223.38 | |
WBNB | ERC-20 | 0.070948 | $621.14 |
$44.07 | |
ELON | ERC-20 | 180.3M | $0.00 |
$34.08 | |
Inu | ERC-20 | 7.044585B | $0.00 |
$7.04 | |
STORE | ERC-20 | 10 | $0.008697 |
$0.09 | |
Bermuda | ERC-20 | 10K | -- | -- | |
HQG | ERC-20 | 0.0008 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244074 | 3 minutes ago | | | 0 | 0.00073788000 | |
| 21244069 | 4 minutes ago | | | 0 | 0.00099654885 | |
| 21243807 | an hour ago | | | 0 | 0.00097024264 | |
| 21243805 | an hour ago | | | 0 | 0.00050573908 | |
| 21243793 | an hour ago | | | 0 | 0.00095088502 | |
| 21243777 | an hour ago | | | 0 | 0.0010604309 | |
| 21243732 | an hour ago | | | 0 | 0.00085306109 | |
| 21243691 | an hour ago | | | 0 | 0.00075049718 | |
| 21243647 | an hour ago | | | 0 | 0.0010023900 | |
| 21243408 | 2 hours ago | | | 0 | 0.00048401587 |
ABI
ABI objects
Getter at block 21244087
decimals() view returns (uint8)
8
name() view returns (string)
Alchemy
paused() view returns (bool)
false
symbol() view returns (string)
ACH
totalSupply() view returns (uint256)
999999999999998777
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.