Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEVVE | ERC-20 | 55.259703K | $0.344838 |
$19,055.65 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241237 | 4 minutes ago | | | 0 | 0.00040003429 | |
| 21240870 | an hour ago | | | 0 | 0.00059114976 | |
| 21240697 | 2 hours ago | | | 0 | 0.00045239414 | |
| 21240477 | 3 hours ago | | | 0 | 0.00047388255 | |
| 21240377 | 3 hours ago | | | 0 | 0.00048982942 | |
| 21240363 | 3 hours ago | | | 0 | 0.00055499820 | |
| 21240341 | 3 hours ago | | | 0 | 0.00065206290 | |
| 21240311 | 3 hours ago | | | 0 | 0.00037916419 | |
| 21240064 | 4 hours ago | | | 0 | 0.00046605350 | |
| 21239890 | 5 hours ago | | | 0 | 0.00029785755 |
ABI
ABI objects
Getter at block 21241256
CONTRACT_ADMIN() view returns (address)
0x37d0a81ad6a85945db59e33c40cea53275ac5694
DEVVIO_LIMIT() view returns (uint256)
150000000
DEVVIO_MINTER() view returns (address)
0xe84c2a38aea6b700189a97e383783df9ae637f65
FOREVVER_LIMIT() view returns (uint256)
150000000
FOREVVER_MINTER() view returns (address)
0xcc812569809db07cf922171b1e7861a84e24839a
GLOBAL_LIMIT() view returns (uint256)
300000000
decimals() view returns (uint8)
18
name() view returns (string)
DevvE
symbol() view returns (string)
DEVVE
totalSupply() view returns (uint256)
110000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMintedAmountBy(address minter) view returns (uint256)
getMinterLimit(address minter) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize()
mint(address to, uint256 amount)
multiMint(address[] recipients, uint256[] amounts)
multiTransfer(address[] recipients, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()