Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($23,633.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMP | ERC-20 | 5.007844M | $0.004598 |
$23,026.47 | |
USDC | ERC-20 | 500 | $1.001 |
$500.5 | |
SHIB | ERC-20 | 2.664792M | $0.000025 |
$66.17 | |
UOS | ERC-20 | 344.4007 | $0.078725 |
$27.11 | |
GRT | ERC-20 | 35.613037 | $0.21355 |
$7.61 | |
DNT | ERC-20 | 64.262866 | $0.052267 |
$3.36 | |
AAVE | ERC-20 | 0.01 | $163.98 |
$1.64 | |
Coval | ERC-20 | 279.590416 | $0.001968 |
$0.55 | |
FET | ERC-20 | 0.00735 | $1.24 |
$0.01 | |
BOND | ERC-20 | 0.00004 | $1.63 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244126 | 9 minutes ago | | | 0 | 0.0010613159 | |
| 21244103 | 14 minutes ago | | | 0 | 0.0023478419 | |
| 21244006 | 33 minutes ago | | | 0 | 0.00038718438 | |
| 21243981 | 38 minutes ago | | | 0 | 0.00097794356 | |
| 21243970 | 41 minutes ago | | | 0 | 0.0011036090 | |
| 21243965 | 42 minutes ago | | | 0 | 0.0011657012 | |
| 21243965 | 42 minutes ago | | | 0 | 0.0011653057 | |
| 21243965 | 42 minutes ago | | | 0 | 0.0011655034 | |
| 21243965 | 42 minutes ago | | | 0 | 0.0011593895 | |
| 21243930 | an hour ago | | | 0 | 0.0025908410 |
ABI
ABI objects
Getter at block 21244171 totalPartitions() view returns (bytes32[])
authorizedNewOwner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() pure returns (uint8)
18
defaultPartition() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
granularity() pure returns (uint256)
1
name() view returns (string)
Amp
owner() view returns (address)
0x533a36b5e56c1f0361a53d4395f4f0c5f1ad63f8
swapToken() view returns (address)
0x4a57e687b9126435a9b19e4a802113e266adebde
swapTokenGraveyard() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
AMP
totalSupply() view returns (uint256)
99669232418619261241727531304
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowanceByPartition(bytes32 _partition, address _owner, address _spender) view returns (uint256)
balanceOf(address _tokenHolder) view returns (uint256)
balanceOfByPartition(bytes32 _partition, address _tokenHolder) view returns (uint256)
canImplementInterfaceForAddress(bytes32 _interfaceHash, address) view returns (bytes32)
collateralManagers(uint256) view returns (address)
isCollateralManager(address _collateralManager) view returns (bool)
isOperator(address _operator, address _tokenHolder) view returns (bool)
isOperatorForCollateralManager(bytes32 _partition, address _operator, address _collateralManager) view returns (bool)
isOperatorForPartition(bytes32 _partition, address _operator, address _tokenHolder) view returns (bool)
isPartitionStrategy(bytes4 _prefix) view returns (bool)
partitionStrategies(uint256) view returns (bytes4)
partitionsOf(address _tokenHolder) view returns (bytes32[])
totalSupplyByPartition(bytes32) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveByPartition(bytes32 _partition, address _spender, uint256 _value) returns (bool)
assumeOwnership()
authorizeOperator(address _operator)
authorizeOperatorByPartition(bytes32 _partition, address _operator)
authorizeOwnershipTransfer(address _authorizedAddress)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
decreaseAllowanceByPartition(bytes32 _partition, address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
increaseAllowanceByPartition(bytes32 _partition, address _spender, uint256 _addedValue) returns (bool)
registerCollateralManager()
revokeOperator(address _operator)
revokeOperatorByPartition(bytes32 _partition, address _operator)
setPartitionStrategy(bytes4 _prefix, address _implementation)
swap(address _from)
transfer(address _to, uint256 _value) returns (bool)
transferByPartition(bytes32 _partition, address _from, address _to, uint256 _value, bytes _data, bytes _operatorData) returns (bytes32)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalByPartition(bytes32 indexed partition, address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
AuthorizedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder)
ChangedPartition(bytes32 indexed fromPartition, bytes32 indexed toPartition, uint256 value)
CollateralManagerRegistered(address collateralManager)
Minted(address indexed operator, address indexed to, uint256 value, bytes data)
OwnerUpdate(address indexed oldValue, address indexed newValue)
OwnershipTransferAuthorization(address indexed authorizedAddress)
PartitionStrategySet(bytes4 flag, string name, address indexed implementation)
RevokedOperator(address indexed operator, address indexed tokenHolder)
RevokedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder)
Swap(address indexed operator, address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferByPartition(bytes32 indexed fromPartition, address operator, address indexed from, address indexed to, uint256 value, bytes data, bytes operatorData)
constructor(address _swapTokenAddress_, string _name_, string _symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.