Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($283.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHST | ERC-20 | 251.298412 | $1.13 |
$283.97 | |
CryptoSkulls | ERC-721 | 1 | -- | -- | |
SAFE | ERC-20 | 0.04165 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256668 | 5 days ago | | | 0 | 0.00022543059 | |
| 21234542 | 8 days ago | | | 0 | 0.00044969068 | |
| 21089557 | a month ago | | | 0 | 0.00055453569 | |
| 20864094 | 2 months ago | | | 0 | 0.00043370899 | |
| 20609414 | 3 months ago | | | 0 | 0.000039945879 | |
| 20499666 | 4 months ago | | | 0 | 0.000046716902 | |
| 20330147 | 4 months ago | | | 0 | 0.00014198482 | |
| 20322415 | 4 months ago | | | 0 | 0.00015385931 | |
| 20257327 | 5 months ago | | | 0 | 0.000070110677 | |
| 19898463 | 6 months ago | | | 0 | 0.00013853343 |
ABI
ABI objects
Getter at block 21294702
decimals() view returns (uint8)
18
minter() view returns (address)
0xcbf8412e939b7712251eb5ec07220573283a4e90
name() view returns (string)
SAFE2
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SAFE2
totalSupply() view returns (uint256)
52689175795220348774907
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()
setMinter(address account)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.