SNP adverse
Verified contract
Active on
Ethereum with 1,591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($119.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNPAD | ERC-20 | 3.7K | $0.032402 |
$119.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247178 | 5 hours ago | | | 0 | 0.00055872240 | |
| 21245538 | 11 hours ago | | | 0 | 0.00042602227 | |
| 21245351 | 11 hours ago | | | 0 | 0.00073505064 | |
| 21244956 | 13 hours ago | | | 0 | 0.00067218829 | |
| 21242807 | 20 hours ago | | | 0 | 0.00058424501 | |
| 21242102 | a day ago | | | 0 | 0.00042438963 | |
| 21241248 | a day ago | | | 0 | 0.00045292149 | |
| 21240997 | a day ago | | | 0 | 0.00056770442 | |
| 21238945 | a day ago | | | 0 | 0.00071258392 | |
| 21237276 | 2 days ago | | | 0 | 0.00095999404 |
ABI
ABI objects
Getter at block 21248763
decimals() view returns (uint8)
18
mintAddress() view returns (address)
0x3918ee588993192a73fc5af74149f569ffa6a386
name() view returns (string)
SNP adverse
symbol() view returns (string)
SNPAD
totalSupply() view returns (uint256)
280000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)