Outback Protocol
Verified contract
Active on
Ethereum with 45 txns
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 "Outback Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20818016 | 2 months ago | | | 0 | 0.00056172746 | |
| 20818016 | 2 months ago | | | 0 | 0.00078589885 | |
| 20818015 | 2 months ago | | | 0 | 0.00079063603 | |
| 20818014 | 2 months ago | | | 0 | 0.00077583948 | |
| 20818004 | 2 months ago | | | 0 | 0.00059890854 | |
| 20817982 | 2 months ago | | | 0 | 0.00065973740 | |
| 20817972 | 2 months ago | | | 0 | 0.00046704493 | |
| 20817971 | 2 months ago | | | 0 | 0.00047995536 | |
| 20817964 | 2 months ago | | | 0 | 0.00070746522 | |
| 20817960 | 2 months ago | | | 0 | 0.00072970888 |
ABI
ABI objects
Getter at block 21214732
decimals() view returns (uint8)
18
feeTier() view returns (uint24)
3000
mintBlock() view returns (uint256)
20817847
name() view returns (string)
Outback Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
supplyCeiling() view returns (uint256)
20000000000000000000000000
supplyCirculating() view returns (uint256)
19751842105649094275945942
symbol() view returns (string)
OUT
totalSupply() view returns (uint256)
19751842105649094275945942
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
renounceOwnership()
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)
Burn(address indexed from, uint256 value, uint256 blockNumber)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)