SuperChampsToken
Verified contract
Active on
Base with 11,781 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 |
---|---|---|---|---|---|
CHAMP | ERC-20 | 7.155K | $0.017784 |
$127.24 | |
CHAMP | ERC-20 | 1M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731867 | a few seconds ago | | | 0 | 0.000000081174682710 | |
| 22731858 | a few seconds ago | | | 0 | 0.0000033066505 | |
| 22731845 | a minute ago | | | 0 | 1.1334836e-7 | |
| 22731755 | 4 minutes ago | | | 0 | 0.000000076033914974 | |
| 22731749 | 4 minutes ago | | | 0 | 1.2643548e-7 | |
| 22731743 | 5 minutes ago | | | 0 | 0.000000101666167113 | |
| 22731700 | 6 minutes ago | | | 0 | 1.2762079e-7 | |
| 22731692 | 6 minutes ago | | | 0 | 0.000000090211839480 | |
| 22731690 | 6 minutes ago | | | 0 | 1.3234991e-7 | |
| 22731671 | 7 minutes ago | | | 0 | 1.3214701e-7 |
ABI
ABI objects
Getter at block 22731876
DOMAIN_SEPARATOR() view returns (bytes32)
0x374e4c200b6e55482d1e930b2196a67c35cb32e7acc418af6bd5b4487a38e552
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Super Champs, version=1, chainId=8453, verifyingContract=0xeb6d78148f001f3aa2f588997c5e102e489ad341, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Super Champs
permissions() view returns (address)
0x20bb4d3cabb7dd671b55e8eb727cd46653c076f5
symbol() view returns (string)
CHAMP
totalSupply() view returns (uint256)
1000000000000000000000000000
transfersLocked() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address tokenAddress_, uint256 tokenAmount_)
tokenGenerationEvent(address[] mint_recipients_, uint256[] mint_quantities_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unlockTransfers()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 total_supply_, address permissions_)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)