Prime
Verified contract
Active on
Ethereum with 138,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRIME | ERC-20 | 22.120988K | $7.69 |
$170,110.39 | |
LENDS | ERC-20 | 4.052373K | $0.003625 |
$14.69 | |
WARPED | ERC-20 | 10K | $0.001101 |
$11.01 | |
USDT | ERC-20 | 7.059061 | $1.001 |
$7.07 | |
INUINU | ERC-20 | 77.777777M | $0.00 |
$0.08 | |
APU | ERC-20 | 1 | $0.000981 |
$0 | |
PARTY | ERC-20 | 1 | -- | -- | |
(#25) | ERC-1555 | 1 | -- | -- | |
(#24) | ERC-1555 | 1 | -- | -- | |
(#23) | ERC-1555 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243704 | 6 minutes ago | | | 0.00036708687 | 0.0053744719 | |
| 21243699 | 7 minutes ago | | | 0 | 0.00091151013 | |
| 21243699 | 7 minutes ago | | | 0 | 0.0013360083 | |
| 21243673 | 12 minutes ago | | | 0 | 0.00058045637 | |
| 21243651 | 17 minutes ago | | | 0 | 0.00080627782 | |
| 21243644 | 18 minutes ago | | | 0 | 0.0011584205 | |
| 21243626 | 22 minutes ago | | | 0 | 0.00070749873 | |
| 21243613 | 24 minutes ago | | | 0 | 0.0011699902 | |
| 21243611 | 25 minutes ago | | | 0 | 0.0011806859 | |
| 21243609 | 25 minutes ago | | | 0 | 0.0012028300 |
ABI
ABI objects
Getter at block 21243732
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INVOKE_ECHELON_CONFIGURATION_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NAME() view returns (string)
Prime
SUPPLY() view returns (uint256)
111111111111000000000000000
SYMBOL() view returns (string)
PRIME
UNLOCK_ROLE() view returns (bytes32)
0xcbbe7dfe7bfb9f48c266587cde1d740252fcb25946b3c7c54b79962b0581377d
_unlockTimestamp() view returns (uint256)
1672549200
decimals() view returns (uint8)
18
name() view returns (string)
Prime
symbol() view returns (string)
PRIME
totalSupply() view returns (uint256)
111111111110999999999998888
unlocked() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
echelonGateways(address) view returns (address ethDestinationAddress, address primeDestinationAddress, address invokeEchelonHandler)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAllowlistFrom(address) view returns (bool)
isAllowlistTo(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addEchelonHandlerContract(address _contractAddress, address _ethDestinationAddress, address _primeDestinationAddress)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeUnlock()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
invokeEchelon(address _handlerAddress, uint256 _id, uint256 _primeValue, bytes _data) payable
renounceRole(bytes32, address)
revokeRole(bytes32 role, address account)
toggleAllowlistFrom(address[] _allowlistAddresses, bool _toggle)
toggleAllowlistTo(address[] _allowlistAddresses, bool _toggle)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EchelonGatewayRegistered(address indexed contractAddress, address indexed ethDestinationAddress, address indexed primeDestinationAddress)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] allowlistFrom, address[] allowlistTo, uint256 unlockTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.