Unimax Finance
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Unimax Finance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20711383 | 2 months ago | | | 0 | 0.00034825000 | |
| 19830637 | 6 months ago | | | 0 | 0.00041833200 | |
| 19823643 | 6 months ago | | | 0 | 0.00041833200 | |
| 19797103 | 6 months ago | | | 0 | 0.00050571528 | |
| 19182115 | 9 months ago | | | 0 | 0.0011719110 | |
| 19067824 | 10 months ago | | | 0 | 0.0010392200 | |
| 19000322 | 10 months ago | | | 0 | 0.00084500835 | |
| 18826989 | a year ago | | | 0 | 0.0045944132 | |
| 17419858 | a year ago | | | 0 | 0.0020784400 | |
| 11607159 | 4 years ago | | | 0 | 0.0018660630 |
ABI
ABI objects
Getter at block 21159788
decimals() view returns (uint8)
18
name() view returns (string)
Unimax Finance
symbol() view returns (string)
UNEX
totalSupply() view returns (uint256)
5003892000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMinterRole(address newMinter)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.