Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Asgard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196460 | a day ago | | | 0 | 0.00039940012 | |
| 21059236 | 20 days ago | | | 0 | 0.00036607810 | |
| 21059216 | 20 days ago | | | 0 | 0.00038302202 | |
| 20747330 | 2 months ago | | | 0 | 0.000080633338 | |
| 20747307 | 2 months ago | | | 0 | 0.000087874963 | |
| 20744973 | 2 months ago | | | 0 | 0.00011969485 | |
| 20744966 | 2 months ago | | | 0 | 0.00028098966 | |
| 20061349 | 5 months ago | | | 0 | 0.00019281799 | |
| 19943547 | 6 months ago | | | 0 | 0.00010643333 | |
| 19810608 | 6 months ago | | | 0 | 0.00022025361 |
ABI
ABI objects
Getter at block 21204986
DOMAIN_SEPARATOR() view returns (bytes32)
0xe903c184e520931d3f978ec2238f41feda76e9835f9cb44d3d5362785d06b2e9
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
name() view returns (string)
Asgard
owner() view returns (address)
0xb34a1922cccc0707b90d16724e0a0cec58b6a5c6
symbol() view returns (string)
ASG
totalSupply() view returns (uint256)
210617379668214
twapEpochPeriod() view returns (uint256)
0
twapOracle() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0xb34a1922cccc0707b90d16724e0a0cec58b6a5c6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
addTWAPSource(address newTWAPSourceDexPool_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
changeTWAPEpochPeriod(uint256 newTWAPEpochPeriod_)
changeTWAPOracle(address newTWAPOracle_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeTWAPSource(address twapSourceToRemove_)
renounceOwnership()
setVault(address vault_) returns (bool)
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)
TWAPEpochChanged(uint256 previousTWAPEpochPeriod, uint256 newTWAPEpochPeriod)
TWAPOracleChanged(address indexed previousTWAPOracle, address indexed newTWAPOracle)
TWAPSourceAdded(address indexed newTWAPSource)
TWAPSourceRemoved(address indexed removedTWAPSource)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.