AUSCM TEST DEPL3
Verified contract
Active on
Ethereum with 39 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 "AUSCM TEST DEPL3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11112161 | 4 years ago | | | 0 | 0.0031095600 | |
| 11112145 | 4 years ago | | | 0 | 0.014957950 | |
| 11110038 | 4 years ago | | | 0 | 0.011379970 | |
| 11108942 | 4 years ago | | | 0 | 0.0055375500 | |
| 11106415 | 4 years ago | | | 0 | 0.0068240700 | |
| 11106412 | 4 years ago | | | 0 | 0.019476380 | |
| 11106407 | 4 years ago | | | 0 | 0.0068253900 | |
| 11106405 | 4 years ago | | | 0 | 0.0068253900 | |
| 11106403 | 4 years ago | | | 0 | 0.0068253900 | |
| 11106401 | 4 years ago | | | 0 | 0.0068253900 |
ABI
ABI objects
Getter at block 21316767
BASE() view returns (uint256)
1000000000000000000
auscsScalingFactor() view returns (uint256)
6816995702829662263
decimals() view returns (uint8)
18
gov() view returns (address)
0x901d67e45721fa4b05f5e810ddde7b9664b2bcac
initSupply() view returns (uint256)
36159518315053351262744112090622
internalDecimals() view returns (uint256)
1000000000000000000000000
maxScalingFactor() view returns (uint256)
3202257514285290914046072330173449643645167740
name() view returns (string)
AUSCM TEST DEPL3
pendingGov() view returns (address)
0x0000000000000000000000000000000000000000
rebaser() view returns (address)
0xe7dc4332b4362e0c189a9a7f4942b1fdc3f81556
symbol() view returns (string)
TAUSCM3
totalSupply() view returns (uint256)
246499280970109165253079995
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.