Defispot

Verified contract

Active on Ethereum with 3,128 txns
Deployed by via 0x5bf0633b at 19593775
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Defispot"

0x3a0157e0871697652b71d1695c11da0edf879679a0c4c0015738628ef2ec42cf
0xb6cdd9bd356e292c995dffe6e73a888b56c4721c3da912dc64db6e27b6a38a85
0xc2583f6c50061f27abc2617787aed169d6b16ff7507eceddec5bf1077762e213
0xa5a5348a2c81c765a8f6f357b8ff028eaa3fbe898603e69352ebb10f0ffea0cf
0x0c74adfe9cdc71dc2131a61fc67505543be9c2eb48a48a087df204847d1cdafb
0x203d1e199e7356221af3fa77d6add3e44a6235623bf2e41131717e79edfb4e09
0xb22a1f063af0b178d7f0f0159a3b9bb531a459fec3b32e61ea3e3abf1a3e44f5
0x283469231d7ba6cc149e1503650eda57805ab5e97677393bd3992a9cfdcfacf8
0xdf63f2940549b111749a5708916f1a18f6878dad3376638fba72ec04da95c852
0x7a20210dc42d3f8cebdc1fa2aa60183f93e9308b78535fd71ac704b04e29023b

Functions
Getter at block 21284301
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000
MINTER(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
MINTER_MAKER(view returns (bytes32)
0xb07a22a5a49a5a536854325d51f6d29f5884ea57ef092edee3e5d11ccbd76f34
cap(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Defispot
symbol(view returns (string)
SPOT
totalSupply(view returns (uint256)
390455839610514400000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
grantMinterRole(address _account
grantRole(bytes32 roleaddress account
mint(uint256 amountreturns (bool)
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 initialSpotToMint
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20ExceededCap(uint256 increasedSupplyuint256 cap
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidCap(uint256 cap
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender