Crossfi
Verified contract
Active on
Ethereum with 4,963 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($178.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRFI | ERC-20 | 82.50975K | $0.002166 |
$178.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168849 | 6 days ago | | | 0 | 0.0011473765 | |
| 21151351 | 8 days ago | | | 0 | 0.00048739094 | |
| 21151171 | 8 days ago | | | 0 | 0.00063471472 | |
| 21083754 | 17 days ago | | | 0 | 0.00024050411 | |
| 21077885 | 18 days ago | | | 0 | 0.00035108070 | |
| 20689032 | 2 months ago | | | 0 | 0.000071831515 | |
| 20688978 | 2 months ago | | | 0 | 0.000046901257 | |
| 20599414 | 3 months ago | | | 0 | 0.0017831078 | |
| 20513301 | 3 months ago | | | 0 | 0.00054319800 | |
| 20503913 | 3 months ago | | | 0 | 0.00011274895 |
ABI
ABI objects
Getter at block 21208780
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
erc777Mode() view returns (uint8)
0
granularity() view returns (uint256)
1
name() view returns (string)
Crossfi
superAdmin() view returns (address)
0xe0cd0cfdc025dc1c5409c630ffc03cd91bfde05a
symbol() view returns (string)
CRFI
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
admins(address) view returns (uint256)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
blacklist(address) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData) pure
whitelist(address) view returns (bool)
State-modifying
Events AddAdmin(address adminAddr)
AddBlackList(address[] addrs)
AddWhiteList(address[] addrs)
ChangeMode(uint8 mode)
ChangeSuperAdmin(address suAdminAddr)
DelAdmin(address adminAddr)
DelBlackList(address[] addrs)
DelWhiteList(address[] addrs)
FreezeAddr(address[] addrs)
UnfreezeAddr(address[] addrs)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] defaultOperators_)
This contract contains no fallback and receive objects.
This contract contains no error objects.