DevvE

Verified contract

Active on Ethereum with 39,201 txns
Deployed by via 0xd9a932d5 at 19130606
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $19,055.65
0xfb8386ff53bc7e6ec4d28911cb0bd94dd862b1952baf0d905fb73feb0041a99a
0xfb53e3c7e2bfa41c2b712ada4cd13719802bd695abc77f680f7d565bc4551262
0x0287b47dc716a92f24b061faf154485b0ed9ad82b64e5f3f372cb92e1aae3b4a
0x046c2db8e8c1cca78af2860043d188653ef3877e4839ac8eb2fa4ba3ea93c5b8
0x94f3e1eee5efaa459406ffaef4360f4560266e135e105a7cf43438063f812eeb
0xc7249348be56cac2320ee1655e2d86561a1e5b1f13b3b0854355154bc2d8c998
0xb281c569d24c9e73ea6df4db2f4edcbc2c10bd2be0dc1c7add890c57c462ca62
0xd44f0c704c3b5a0886fda059bfb3f81ecc8f476c1d5d441b52620fa76cffd5de
0xbd1ddf2659ff52867dcb5f822a243960ca48bc0203b97b5456049b496a2df84c
0x36b486cc2f3798a48ff56d16def1c6808c3ec94e57fdf2d06e92b32918cac057

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getMintedAmountBy(address minterview returns (uint256)
getMinterLimit(address minterview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(
mint(address touint256 amount
multiMint(address[] recipientsuint256[] amounts
multiTransfer(address[] recipientsuint256[] amounts
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(