Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($204.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRU | ERC-20 | 490.552268 | $0.416648 |
$204.39 | |
CRU | ERC-20 | 10K | -- | -- | |
FAN | ERC-20 | 40 | -- | -- | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244448 | 20 minutes ago | | | 0 | 0.00072962178 | |
| 21244031 | 2 hours ago | | | 0 | 0.00080916230 | |
| 21243041 | 5 hours ago | | | 0 | 0.00042705713 | |
| 21242077 | 8 hours ago | | | 0 | 0.00040502101 | |
| 21242024 | 8 hours ago | | | 0 | 0.00052232141 | |
| 21241911 | 9 hours ago | | | 0 | 0.00042247441 | |
| 21241639 | 10 hours ago | | | 0 | 0.00036358752 | |
| 21241394 | 11 hours ago | | | 0 | 0.00030332277 | |
| 21241288 | 11 hours ago | | | 0 | 0.00049498403 | |
| 21241130 | 11 hours ago | | | 0 | 0.00047540845 |
ABI
ABI objects
Getter at block 21244543
decimals() pure returns (uint8)
18
isOwner() view returns (bool)
false
name() pure returns (string)
CRUST
owner() view returns (address)
0x036dedfab9b806f1c1c17dfaaa12602c95fb8e28
symbol() pure returns (string)
CRU
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBalance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.