unification.com/xfund
Verified contract
Active on
Ethereum with 14,312 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 |
---|---|---|---|---|---|
USDC | ERC-20 | 4.5K | $1.001 |
$4,504.5 | |
xFUND | ERC-20 | 2.004222 | $384.65 |
$770.92 | |
APU | ERC-20 | 1 | $0.000908 |
$0 | |
$WDUMT | ERC-20 | 38M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241021 | 13 hours ago | | | 0 | 0.00026852146 | |
| 21240901 | 14 hours ago | | | 0 | 0.00046470453 | |
| 21240698 | 14 hours ago | | | 0 | 0.00055245903 | |
| 21239977 | 17 hours ago | | | 0 | 0.00046657617 | |
| 21239005 | 20 hours ago | | | 0 | 0.00073709836 | |
| 21234928 | a day ago | | | 0 | 0.00043885781 | |
| 21228419 | 2 days ago | | | 0 | 0.00049206826 | |
| 21228296 | 2 days ago | | | 0 | 0.00052242287 | |
| 21224899 | 3 days ago | | | 0 | 0.00065213778 | |
| 21221857 | 3 days ago | | | 0 | 0.00033085157 |
ABI
ABI objects
Getter at block 21244957
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ISSUER_ROLE() view returns (bytes32)
0x114e74f6ea3bd819998f78687bfcb11b140da08e9b7d222fa9c1f1ba1f2aa122
decimals() view returns (uint8)
9
name() view returns (string)
unification.com/xfund
sigSalt() view returns (bytes32)
0x14d3c4af795c7d8847980762e10717ddfed0a208708c610fe7f09143dc1b0bbf
symbol() view returns (string)
xFUND
totalSupply() view returns (uint256)
9970875000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lastNonce(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 amount, uint256 nonce, string validator, bytes ticket)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
SigSalt(bytes32 salt)
TicketClaimed(address indexed claimant, bytes32 indexed valHash, address indexed issuer, string validator, uint256 nonce, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, bytes32 sigSalt)
This contract contains no fallback and receive objects.
This contract contains no error objects.