ORS Token
Verified contract
Active on
Ethereum with 2,222 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 |
---|---|---|---|---|---|
ERC20 | ERC-20 | 0.99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19528014 | 8 months ago | | | 0 | 0.0020330234 | |
| 19164624 | 10 months ago | | | 0 | 0.00099433523 | |
| 19164614 | 10 months ago | | | 0 | 0.0011526368 | |
| 19098771 | 10 months ago | | | 0 | 0.00080706036 | |
| 19034200 | 10 months ago | | | 0 | 0.0010456452 | |
| 18978704 | 10 months ago | | | 0 | 0.0011161332 | |
| 18907273 | a year ago | | | 0 | 0.00045144424 | |
| 18901639 | a year ago | | | 0 | 0.00040557920 | |
| 18892571 | a year ago | | | 0 | 0.0010829899 | |
| 18884741 | a year ago | | | 0 | 0.0014077820 |
ABI
ABI objects
Getter at block 21263989
cap() view returns (uint256)
833333333000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
ORS Token
owner() view returns (address)
0x3f45fd00781028191082cc8a28ab9c178bbe0b7e
paused() view returns (bool)
false
symbol() view returns (string)
ORS
totalSupply() view returns (uint256)
541714590618666405363587200
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.