Orange Protocol
Verified contract
Active on
Ethereum with 1,214 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 "Orange Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20990168 | 25 days ago | | | 0 | 0.00042651972 | |
| 20689767 | 2 months ago | | | 0 | 0.000048687980 | |
| 19483304 | 8 months ago | | | 0 | 0.00067677735 | |
| 19483209 | 8 months ago | | | 0 | 0.00085552454 | |
| 19477679 | 8 months ago | | | 0 | 0.00071684191 | |
| 18460527 | a year ago | | | 0 | 0.00028716888 | |
| 17009097 | 2 years ago | | | 0 | 0.00042039161 | |
| 16944881 | 2 years ago | | | 0 | 0.00059450042 | |
| 16297771 | 2 years ago | | | 0 | 0.00072635080 | |
| 16297768 | 2 years ago | | | 0 | 0.00073097662 |
ABI
ABI objects
Getter at block 21171373
_openTransfer() view returns (bool)
true
decimals() view returns (uint256)
18
earlyBird() view returns (address)
0x0b06352165f97b4e2365466e77d70306b8dcd84a
earlyBirdAllocations() view returns (uint256)
50000000000000000000000000
name() view returns (string)
Orange Protocol
owner() view returns (address)
0x2029673627358274e79a83d7bd9c2a5a8b9c4eeb
preSaleAllocations() view returns (uint256)
190000000000000000000000000
symbol() view returns (string)
ORNG
totalSupply() view returns (uint256)
962420000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
walletsLocking(address) view returns (uint256 lockedTokens, uint256 cliff, bool earlyBird)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burnTokens(uint256 _amount, address _account)
enableOpenTransfer()
setTokenLock(uint256 lockedTokens, address purchaser)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _earlyBird)
This contract contains no fallback and receive objects.
This contract contains no error objects.