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 "ORT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271478 | a day ago | | | 0 | 0.00040235728 | |
| 21271472 | a day ago | | | 0 | 0.00037781708 | |
| 21271465 | a day ago | | | 0 | 0.00040949100 | |
| 21271460 | a day ago | | | 0 | 0.00039865978 | |
| 21271451 | a day ago | | | 0 | 0.00040906014 | |
| 21271446 | a day ago | | | 0 | 0.00043489337 | |
| 21271439 | a day ago | | | 0 | 0.00038996342 | |
| 21271430 | a day ago | | | 0 | 0.00043477288 | |
| 21271426 | a day ago | | | 0 | 0.00039349218 | |
| 21271416 | a day ago | | | 0 | 0.00037440373 |
ABI
ABI objects
Getter at block 21279459
decimals() view returns (uint8)
18
name() view returns (string)
XREATORS
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x9744de355e38c8dc377d5de95d328f75b0375809
symbol() view returns (string)
ORT
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
timelockList(address, uint256) view returns (uint256 _releaseTime, uint256 _amount)
State-modifying
Events acceptOwnership() returns (bool)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removePauser(address account)
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
transferWithLock(address holder, uint256 value, uint256 releaseTime) returns (bool)
unlock(address holder, uint256 idx) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed holder, uint256 value, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed holder, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.