Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FIAT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837004 | 7 months ago | | | 0 | 0.000084231325 | |
| 19837004 | 7 months ago | | | 0 | 0.000084231325 | |
| 19021849 | 10 months ago | | | 0 | 0.00080301175 | |
| 18315860 | a year ago | | | 0 | 0.00031711385 | |
| 18315853 | a year ago | | | 0 | 0.00034835482 | |
| 17793092 | a year ago | | | 0 | 0.0023263493 | |
| 17657840 | a year ago | | | 0 | 0.00051676493 | |
| 17654582 | a year ago | | | 0 | 0.00045174049 | |
| 17654575 | a year ago | | | 0 | 0.00047304965 | |
| 17640698 | a year ago | | | 0 | 0.0010853379 |
ABI
ABI objects
Getter at block 21285180
ANY_CALLER() view returns (address)
0xeb510d1503580c3997a055cb5a635e86f81c243a
ANY_SIG() view returns (bytes32)
0x13eb61d6467453b8d8e0d2a40b8dcee776dde376f951013dfdab1b9189651b61
DOMAIN_SEPARATOR() view returns (bytes32)
0x94786d3bb7f831b91877ce463094469cc989126b058b7b9b795f31b4bfc8c78c
decimals() view returns (uint8)
18
name() view returns (string)
Fixed Income Asset Token
symbol() view returns (string)
FIAT
totalSupply() view returns (uint256)
7606787149079510740914
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canCall(bytes32 sig, address who) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events allowCaller(bytes32 sig, address who)
approve(address spender, uint256 amount) returns (bool)
blockCaller(bytes32 sig, address who)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AllowCaller(bytes32 sig, address who)
Approval(address indexed owner, address indexed spender, uint256 value)
BlockCaller(bytes32 sig, address who)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
Guarded__notGranted()
Guarded__notRoot()