Center Coin
Verified contract
Active on
Ethereum with 188 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 |
---|---|---|---|---|---|
CENT | ERC-20 | 465.0002M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9001368 | 5 years ago | | | 0 | 0.00036466000 | |
| 9001359 | 5 years ago | | | 0 | 0.00036466000 | |
| 9001356 | 5 years ago | | | 0 | 0.00036466000 | |
| 8984872 | 5 years ago | | | 0 | 0.00030005000 | |
| 8984865 | 5 years ago | | | 15.132283 | 0.00047944000 | |
| 8984861 | 5 years ago | | | 0 | 0.00030005000 | |
| 8984858 | 5 years ago | | | 15.145267 | 0.00047880000 | |
| 8984853 | 5 years ago | | | 0 | 0.00030005000 | |
| 8984843 | 5 years ago | | | 15.15363 | 0.00047816000 | |
| 8984842 | 5 years ago | | | 0 | 0.00030005000 |
ABI
ABI objects
Getter at block 21169159
BuyTokenAllowed() view returns (bool)
false
SellTokenAllowed() view returns (bool)
false
decimals() view returns (uint256)
18
name() view returns (string)
Center Coin
owner() view returns (address)
0xa1bd539b79f657288ccc48152b77ff02485d583f
safeguard() view returns (bool)
false
symbol() view returns (string)
CENT
totalSupply() view returns (uint256)
465000210000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
testSender(address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approvePreSigned(address _spender, uint256 _value, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy(address owner, uint256 tstCount, uint256 nonce, uint8 v, bytes32 r, bytes32 s) payable returns (uint256 amount)
changeSafeguardStatus()
decreaseApprovalPreSigned(address _spender, uint256 _subtractedValue, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
destructContract()
disableBuyToken()
disableSellToken()
enableBuyToken()
enableSellToken()
freezeAccount(address target, bool freeze)
increaseApprovalPreSigned(address _spender, uint256 _addedValue, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
manualWithdrawEther()
manualWithdrawTokens(uint256 tokenAmount)
mintEthToken(address target, address owner, uint256 mintedAmount, uint256 nonce, uint8 v, bytes32 r, bytes32 s) payable
mintToken(address target, uint256 mintedAmount)
sell(address owner, uint256 tstCount, uint256 etherAmount, uint256 nonce, uint8 v, bytes32 r, bytes32 s) returns (uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromPreSigned(address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
transferOwnership(address newOwner)
transferPreSigned(address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
ApprovalPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
Burn(address indexed from, uint256 value)
BuyTokenAllowedEvent(bool isAllowed)
FrozenFunds(address target, bool frozen)
SellTokenAllowedEvent(bool isAllowed)
Transfer(address indexed from, address indexed to, uint256 value)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.