DotOracle
Verified contract
Active on
Ethereum with 3,581 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd483…3f56
Balances ($0.00)
No balances found for "DotOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252415 | a day ago | | | 0 | 0.00085321003 | |
| 21229177 | 4 days ago | | | 0 | 0.00032667658 | |
| 21229176 | 4 days ago | | | 0 | 0.00029843875 | |
| 21210471 | 7 days ago | | | 0 | 0.00060674500 | |
| 21152927 | 15 days ago | | | 0 | 0.00025890790 | |
| 21152925 | 15 days ago | | | 0 | 0.00025890790 | |
| 21141968 | 16 days ago | | | 0 | 0.00033071896 | |
| 21032654 | a month ago | | | 0 | 0.00025076802 | |
| 20795325 | 2 months ago | | | 0 | 0.0012470293 | |
| 20040854 | 6 months ago | | | 0 | 0.0017640858 |
ABI
ABI objects
Getter at block 21259535
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
getLiquidityPool() view returns (address)
0x0c657cb612ceb66b51065184a74ff3cfa70b6aca
isProtected() view returns (bool)
true
name() view returns (string)
DotOracle
owner() view returns (address)
0x03e73eca5936cc4d4eb2a2a7dd0644f97e58424d
symbol() view returns (string)
DTO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events LiquidityProtection_setLiquidityProtectionService(address _plps)
LiquidityProtection_unblock(address[] _holders)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableProtection()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeBlocked(address[] _holders, address _revokeTo)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.