Spell Token
Verified contract
Active on
Ethereum with 292,789 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($175,604,759.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPELL | ERC-20 | 224.091223B | $0.000784 |
$175,600,123.55 | |
USDC | ERC-20 | 2.090407K | $1.001 |
$2,092.5 | |
USDT | ERC-20 | 2.070222K | $1.003 |
$2,076.43 | |
WETH | ERC-20 | 0.1 | $3,311.28 |
$331.13 | |
SHIB | ERC-20 | 2.051282M | $0.000025 |
$50.81 | |
CHZ | ERC-20 | 658.303105 | $0.075138 |
$49.46 | |
UNI | ERC-20 | 3 | $9.46 |
$28.38 | |
HEX | ERC-20 | 2K | $0.00311 |
$6.22 | |
YFI | ERC-20 | 0.0001 | $6,415.69 |
$0.64 | |
APU | ERC-20 | 1 | $0.000986 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244020 | 18 minutes ago | | | 0 | 0.00069369676 | |
| 21243903 | 42 minutes ago | | | 0 | 0.00047439378 | |
| 21243902 | 42 minutes ago | | | 0 | 0.00085230003 | |
| 21243887 | an hour ago | | | 0 | 0.00060966345 | |
| 21243887 | an hour ago | | | 0 | 0.00060987742 | |
| 21243886 | an hour ago | | | 0 | 0.00088300845 | |
| 21243855 | an hour ago | | | 0 | 0.00069633871 | |
| 21243822 | an hour ago | | | 0 | 0.00091448363 | |
| 21243811 | an hour ago | | | 0 | 0.00096045004 | |
| 21243743 | an hour ago | | | 0 | 0.00086489419 |
ABI
ABI objects
Getter at block 21244109
DOMAIN_SEPARATOR() view returns (bytes32)
0x4ec28097760d69e8a4c400eba86dcf8ed01cc5eb294f03b7f5125d6384b84c96
MAX_SUPPLY() view returns (uint256)
420000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Spell Token
owner() view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SPELL
totalSupply() view returns (uint256)
385974412618317845856679824844
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimOwnership()
mint(address to, uint256 amount)
permit(address owner_, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner, bool direct, bool renounce)
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.