Orientum Plus
Verified contract
Active on
Ethereum with 47,461 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 |
---|---|---|---|---|---|
ORTP | ERC-20 | 1.636848M | -- | -- | |
ISF | ERC-20 | 121.458204K | -- | -- | |
ORT | ERC-20 | 10 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847246 | a month ago | | | 0 | 0.00041994902 | |
| 20631226 | 2 months ago | | | 0 | 0.000095201780 | |
| 20452852 | 3 months ago | | | 0 | 0.000028881000 | |
| 20319623 | 4 months ago | | | 0 | 0.00072460137 | |
| 20177228 | 4 months ago | | | 0 | 0.00063655060 | |
| 16185329 | 2 years ago | | | 0 | 0.00077607515 | |
| 15539113 | 2 years ago | | | 0 | 0.00059328130 | |
| 15508508 | 2 years ago | | | 0 | 0.00026007696 | |
| 15289945 | 2 years ago | | | 0 | 0.0017682562 | |
| 15179346 | 2 years ago | | | 0 | 0.00079583713 |
ABI
ABI objects
Getter at block 21160829
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
40000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Orientum Plus
owner() view returns (address)
0xa1fb828a71f0bad1fc3caf97588827e75f59d084
pausable() view returns (bool)
true
paused() view returns (bool)
false
symbol() view returns (string)
ORTP
totalSupply() view returns (uint256)
40000000000000000000000000000
transferAndPauseEnabled() view returns (bool)
true
walletPausable() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
walletPaused(address _wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
pauseWallet(address _wallet)
renounceOwnership()
renouncePausable()
renounceTransferAndPause()
renounceWalletPausable()
transfer(address to, uint256 value) returns (bool)
transferAndPause(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndPause(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
unpauseWallet(address _wallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausableRenounced(address account)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferAndPauseRenounced(address account)
Unpaused(address account)
WalletPausableRenounced(address account)
WalletPaused(address account, address wallet)
WalletUnpaused(address account, address wallet)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.