Origami Network
Verified contract
Active on
Ethereum with 2,235 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
EKT | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548599 | 3 months ago | | | 0 | 0.000075091695 | |
| 19119188 | 9 months ago | | | 0 | 0.0017145542 | |
| 19083039 | 10 months ago | | | 0 | 0.0021242351 | |
| 18658202 | a year ago | | | 0 | 0.0014048073 | |
| 17034155 | 2 years ago | | | 0 | 0.0012862567 | |
| 17020707 | 2 years ago | | | 0 | 0.00059976580 | |
| 17009075 | 2 years ago | | | 0 | 0.00049799225 | |
| 15544858 | 2 years ago | | | 0 | 0.00038142788 | |
| 15156310 | 2 years ago | | | 0 | 0.00031615110 | |
| 14430930 | 3 years ago | | | 0 | 0.0018176860 |
ABI
ABI objects
Getter at block 21169940
bountyWallet() view returns (address)
0xdba7a16383658aedf0a28eabf2032479f128f26d
decimals() view returns (uint8)
18
name() view returns (string)
Origami Network
owner() view returns (address)
0xf498ed871995c178a5815dd6d80ae60e1c5ca2f4
symbol() view returns (string)
ORI
tokenSaleContract() view returns (address)
0xb692dd4601d26712c3d6ce2e2cdce077989486bd
totalSupply() view returns (uint256)
5527379000000000000000000
transferableStartTime() view returns (uint256)
1522454399
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emergencyERC20Drain(address token, uint256 amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokenTotalAmount, uint256 _transferableStartTime, address _admin, address _bountyWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.