Auric Network
Verified contract
Active on
Ethereum with 4,341 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 "Auric Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156557 | 15 days ago | | | 0 | 0.0042392584 | |
| 21082795 | 25 days ago | | | 0 | 0.0017879737 | |
| 21082787 | 25 days ago | | | 0 | 0.0025762343 | |
| 20662007 | 3 months ago | | | 0 | 0.00082569650 | |
| 20661954 | 3 months ago | | | 0 | 0.00087874653 | |
| 20556202 | 3 months ago | | | 0 | 0.00051100694 | |
| 20332277 | 4 months ago | | | 0 | 0.0028678314 | |
| 20109479 | 5 months ago | | | 0 | 0.00069827400 | |
| 20109469 | 5 months ago | | | 0 | 0.0020359234 | |
| 19822508 | 7 months ago | | | 0 | 0.00085933937 |
ABI
ABI objects
Getter at block 21261013
BASE() view returns (uint256)
1000000000000000000
auscsScalingFactor() view returns (uint256)
1874779127821326
decimals() view returns (uint8)
18
gov() view returns (address)
0xf588903bcc1d6a9d13fc624b2553479fee8252d2
initSupply() view returns (uint256)
90549908808833300211068282053685
internalDecimals() view returns (uint256)
1000000000000000000000000
maxScalingFactor() view returns (uint256)
1278765387624779991552660761968971704419193556
name() view returns (string)
Auric Network
pendingGov() view returns (address)
0x0000000000000000000000000000000000000000
rebaser() view returns (address)
0x6f0a4f1012bddaedff0e7472ba03665d80299e0c
symbol() view returns (string)
AUSCM
totalSupply() view returns (uint256)
169761079060925098860559
Read-only
allowance(address owner_, address spender) view returns (uint256)
auscToFragment(uint256 ausc) view returns (uint256)
balanceOf(address who) view returns (uint256)
balanceOfUnderlying(address who) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
fragmentToAusc(uint256 value) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events _acceptGov()
_setPendingGov(address pendingGov_)
_setRebaser(address rebaser_)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_)
initialize(string name_, string symbol_, uint8 decimals_, address initial_owner, uint256 initTotalSupply_)
mint(address to, uint256 amount) returns (bool)
rebase(uint256 epoch, uint256 indexDelta, bool positive) returns (uint256)
rescueTokens(address token, address to, uint256 amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address from, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Mint(address to, uint256 amount)
NewGov(address oldGov, address newGov)
NewPendingGov(address oldPendingGov, address newPendingGov)
NewRebaser(address oldRebaser, address newRebaser)
Rebase(uint256 epoch, uint256 prevAuscsScalingFactor, uint256 newAuscsScalingFactor)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.