ORCA Token
Verified contract
Active on
Ethereum with 522 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x991a…b798
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243150 | 25 days ago | | | 0 | 0.00053878899 | |
| 19335134 | 10 months ago | | | 0 | 0.0059685437 | |
| 19275714 | 10 months ago | | | 0 | 0.0019457739 | |
| 19272564 | 10 months ago | | | 0 | 0.0029001121 | |
| 15948074 | 2 years ago | | | 0 | 0.0023892380 | |
| 14580063 | 3 years ago | | | 0 | 0.0025981580 | |
| 14532101 | 3 years ago | | | 0 | 0.0029852249 | |
| 14502244 | 3 years ago | | | 0 | 0.0047425938 | |
| 14501747 | 3 years ago | | | 0 | 0.0075589885 | |
| 14501536 | 3 years ago | | | 0 | 0.0056413455 |
ABI
ABI objects
Getter at block 21419161
burnEnabled() view returns (bool)
true
communityLock() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
mintingFinished() view returns (bool)
true
name() view returns (string)
ORCA Token
owner() view returns (address)
0x4103fe7b24d79bfdf1aa40d69821062bf77632ac
symbol() view returns (string)
ORCA
throwOnIncompatibleContract() view returns (bool)
true
totalSupply() view returns (uint256)
293310823000000000000060000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenHolder) view returns (uint256)
isOperatorFor(address _operator, address _tokenHolder) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
authorizeOperator(address _operator)
burn(uint256 _amount, bytes _holderData)
disableERC20()
enableERC20()
finishMinting()
mint(address _tokenHolder, uint256 _amount, bytes _operatorData)
operatorBurn(address _tokenHolder, uint256 _amount, bytes _holderData, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _userData, bytes _operatorData)
permitBurning(bool _enable)
recoverTokens(address token, address to, uint256 amount)
renounceOwnership()
revokeOperator(address _operator)
send(address _to, uint256 _amount, bytes _userData)
setCommunityLock(address _communityLock)
setThrowOnIncompatibleContract(bool _throwOnIncompatibleContract)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes holderData, bytes operatorData)
MintFinished()
Minted(address indexed operator, address indexed to, uint256 amount, bytes operatorData)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes holderData, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.