Infinito Token
Verified contract
Active on
Ethereum with 12,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x0000…0000
-
variable spans 1 additional slot
Balances ($1.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XYO | ERC-20 | 168.450836 | $0.009026 |
$1.52 | |
INFT | ERC-20 | 2.947491M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046924 | a month ago | | | 0 | 0.00025281580 | |
| 20546121 | 3 months ago | | | 0 | 0.000092510467 | |
| 20373744 | 4 months ago | | | 0 | 0.00015968348 | |
| 20373739 | 4 months ago | | | 0 | 0.00020455888 | |
| 20332185 | 4 months ago | | | 0 | 0.00043689453 | |
| 19966961 | 6 months ago | | | 0 | 0.00084454740 | |
| 19714166 | 7 months ago | | | 0 | 0.00032007705 | |
| 19713776 | 7 months ago | | | 0 | 0.00038048615 | |
| 18945036 | a year ago | | | 0 | 0.00028007458 | |
| 17566216 | a year ago | | | 0 | 0.00051960000 |
ABI
ABI objects
Getter at block 21284109
cap() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
6
isOwner() view returns (bool)
false
name() view returns (string)
Infinito Token
owner() view returns (address)
0x8e32c26241ff5e8bda51a3a6bd778c1ddb7aad85
paused() view returns (bool)
false
symbol() view returns (string)
INFT
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
changeName(string newname) returns (string)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
ownerRedeem(address[] addresses) returns (bool)
pause()
redeem() returns (bool)
renounceMinter()
renouncePauser()
setMigration(bool isMigration_)
setNewToken(address newToken_) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.