UFragments
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "UFragments"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16143665 | 2 years ago | | | 0 | 0.0032662386 |
ABI
ABI objects
Getter at block 20791786
DOMAIN_SEPARATOR() view returns (bytes32)
0x88010b6f02cf5a16de149355e1ee25d0464ab84026a9bd756e73eb763a5a205b
EIP712_DOMAIN() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
EIP712_REVISION() view returns (string)
1
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Ampleforth
owner() view returns (address)
0x2c7eb87f529a3e1e760a2bbb664fa8e3d19cf45b
scaledTotalSupply() pure returns (uint256)
115792089237316195423570985008687907853269984665640564039457550000000000000000
symbol() view returns (string)
AMPL
totalSupply() view returns (uint256)
50000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
nonces(address who) view returns (uint256)
scaledBalanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
transfer(address to, uint256 value) returns (bool)
transferAll(address to) returns (bool)
transferAllFrom(address from, address to) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.