Sable Coin
Verified contract
Active on
Ethereum with 284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAC1 | ERC-20 | 2.5667K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20741820 | 3 months ago | | | 0 | 0.000094462960 | |
| 19749447 | 7 months ago | | | 0 | 0.00022264357 | |
| 19607162 | 8 months ago | | | 0 | 0.00073165372 | |
| 19606780 | 8 months ago | | | 0 | 0.00082799605 | |
| 19599685 | 8 months ago | | | 0 | 0.00052504579 | |
| 19598435 | 8 months ago | | | 0 | 0.00040911805 | |
| 19598430 | 8 months ago | | | 0 | 0.00044999240 | |
| 19598418 | 8 months ago | | | 0 | 0.00044145065 | |
| 19560081 | 8 months ago | | | 0 | 0.00078966111 | |
| 19492220 | 8 months ago | | | 0 | 0.0010184250 |
ABI
ABI objects
Getter at block 21327651
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Sable Coin
owner() view returns (address)
0xc49656037a83e3ea47115d9460601da1705378ec
symbol() view returns (string)
SAC1
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferEtherless(address sender, address recipient, uint256 amount, uint256 fees, uint32 nonce, uint256 time, bytes signature) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
withdrawETH(uint256 amount)
withdrawSAC(uint256 amount)
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.