This contract is being backfilled. You may encounter incomplete storage history.

Outback Protocol

Verified contract

Active on Ethereum with 45 txns
Deployed by via 0x901bf7fa at 20817847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Outback Protocol"

0x762849bfc58e40b5f52ec5ad8ba3cd86717538171fb0228e859aea24ac846422
0x50eba1730128c4c61bd06e706c9cee296b6d614fd713281310a59331ad7b7b3b
0x5dfd03ba8fad65cdd4fceffc39b999a83e2ad6dfc46159618520d30ecfb8e078
0xaf45ee15ba9619df2f5ac997f415423d68fc616471768136582ef15b59ebdb8a
0xb31509e8f77c76edc56b68569aadfb0ca9dc99648675eea42eb1f4d2ec1a9602
0x7708b5976bf0358e9aa63cd284b054727ef0c434254a6a50f977396dba1178df
0x0644e727858bef4663e71842021ea401eb3721a0fe64d442a20c432ab9c034f7
0x80675214bbd02a28866ccf81994ccb0ef78bbdc69eb263a74597368e60917f79
0xa9dd285b1a8faad0d4af90b54c15c4477708e0a5535b3fcbcbc983aff86285da
0x49d6c9498e561d3aff28998bbb566d7e730d1fbae3848bff0139759a6ccf9b65

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed fromuint256 valueuint256 blockNumber
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account