Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Dummy Fx"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16534904 | 2 years ago | | | 0 | 0.0010304672 | |
| 15780852 | 2 years ago | | | 0 | 0.00069786112 | |
| 15261442 | 2 years ago | | | 0 | 0.00014528842 | |
| 15165320 | 2 years ago | | | 0 | 0.00075374713 | |
| 15132761 | 2 years ago | | | 0 | 0.00023553073 | |
| 15132760 | 2 years ago | | | 0 | 0.00023629340 | |
| 15128397 | 2 years ago | | | 0 | 0.00082335919 | |
| 15120004 | 2 years ago | | | 0 | 0.00027971048 | |
| 15120000 | 2 years ago | | | 0 | 0.00028366865 | |
| 15101508 | 2 years ago | | | 0 | 0.00046084777 |
ABI
ABI objects
Getter at block 21401775
ERC712_VERSION() view returns (string)
1
decimals() view returns (uint8)
18
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xc56759a4ad1f92455f3ec687c6dd15198c1b29d26cc83a6c6b0da09a4cd91c5c
name() view returns (string)
Dummy Fx
symbol() view returns (string)
DFX
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.