SAKECOIN
Verified contract
Active on
Ethereum with 3,206 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 |
---|---|---|---|---|---|
SAKE | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18898876 | a year ago | | | 0 | 0.00087026709 | |
| 18267317 | a year ago | | | 0 | 0.00014748292 | |
| 15889141 | 2 years ago | | | 0 | 0.00084823200 | |
| 15874011 | 2 years ago | | | 0 | 0.0015467760 | |
| 15871661 | 2 years ago | | | 0 | 0.0015467760 | |
| 15859594 | 2 years ago | | | 0 | 0.0010977120 | |
| 15855456 | 2 years ago | | | 0 | 0.00099792000 | |
| 15849721 | 2 years ago | | | 0 | 0.00099792000 | |
| 15824518 | 2 years ago | | | 0 | 0.00079833600 | |
| 15803029 | 2 years ago | | | 0 | 0.0014469840 |
ABI
ABI objects
Getter at block 21283778
decimals() view returns (uint8 _decimals)
8
distributeAmount() view returns (uint256)
0
initialSupply() view returns (uint256)
3000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string _name)
SAKECOIN
owner() view returns (address)
0x244c4be745dae95aec865c8bed5a2e5459eab80d
symbol() view returns (string _symbol)
SAKE
totalSupply() view returns (uint256 _totalSupply)
922051109716868400
Read-only
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events autoDistribute() payable
burn(address _from, uint256 _unitAmount)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool)
finishMinting() returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
mint(address _to, uint256 _unitAmount) returns (bool)
setDistributeAmount(uint256 _unitAmount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed burner, uint256 value)
FrozenFunds(address indexed target, bool frozen)
LockedFunds(address indexed target, uint256 locked)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
fallback()
This contract contains no error objects.