OfficerCoin
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OfficerCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9788060 | 5 years ago | | | 0 | 0.00022244000 | |
| 9788024 | 5 years ago | | | 0 | 0.00014180550 | |
| 8042513 | 5 years ago | | | 0 | 0.00017841330 | |
| 7968480 | 5 years ago | | | 0 | 0.00026894475 | |
| 7907839 | 5 years ago | | | 0 | 0.0025598430 | |
| 7907814 | 5 years ago | | | 0 | 0.0025598430 | |
| 7709455 | 5 years ago | | | 0 | 0.0022237020 | |
| 7262621 | 6 years ago | | | 0 | 0.00032709105 | |
| 7236759 | 6 years ago | | | 0 | 0.00059729670 | |
| 7086270 | 6 years ago | | | 0 | 0.00010291600 |
ABI
ABI objects
Getter at block 21097302
crowdsaleContract() view returns (address)
0x37abeac8c47c2e806ff98d9ffef9e945f96699e7
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
lockedAmount() view returns (uint256)
0
name() view returns (string)
OfficerCoin
owner() view returns (address)
0xfd03bbe1e70cf407a83481d3a3046e4a7c1d97ba
publicTransfersEnabled() view returns (bool)
false
releaseStartTime() view returns (uint256)
0
symbol() view returns (string)
OFCR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
addressIsCrowdsale(address _address) view returns (bool)
allowance(address fromAccount, address destination) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256)
locks(uint256) view returns (uint256 amount, uint256 timespan, bool released)
State-modifying
Events addTokenLock(uint256 amount, uint256 timespan)
approve(address destination, uint256 amount) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 amount)
enablePublicTransfers()
releaseLockedTokens(uint8 idx)
setCrowdsaleContract(address crowdsale)
transfer(address destination, uint256 amount) returns (bool)
transferFrom(address source, address destination, uint256 amount) returns (bool)
Approval(address indexed fromAccount, address indexed destination, uint256 amount)
Burn(address account, uint256 value)
Transfer(address indexed fromAccount, address indexed destination, uint256 amount)
constructor(string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.