DXY.FINANCE
Verified contract
Active on
Ethereum with 1,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DXY.FINANCE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683769 | 2 months ago | | | 0 | 0.00014354537 | |
| 20623182 | 3 months ago | | | 0 | 0.000082345807 | |
| 20515815 | 3 months ago | | | 0 | 0.00015128454 | |
| 20500819 | 3 months ago | | | 0 | 0.000043053728 | |
| 20457591 | 3 months ago | | | 0 | 0.00022366079 | |
| 20192055 | 5 months ago | | | 0 | 0.00021991673 | |
| 20119802 | 5 months ago | | | 0 | 0.00042055461 | |
| 19782305 | 6 months ago | | | 0 | 0.00045744572 | |
| 19728572 | 7 months ago | | | 0 | 0.00040555060 | |
| 19672842 | 7 months ago | | | 0 | 0.00039776430 |
ABI
ABI objects
Getter at block 21198664
decimals() view returns (uint8)
18
governance() view returns (address)
0x001f94789ff8213cb008ba42192a54099fc7328c
maxSupply() view returns (uint256)
30000000000000000000000
name() view returns (string)
DXY.FINANCE
symbol() view returns (string)
DXY
totalSupply() view returns (uint256)
30000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.