Defispot
Verified contract
Active on
Ethereum with 3,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Defispot"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281357 | 10 hours ago | | | 0 | 0.0010896517 | |
| 21276455 | a day ago | | | 0 | 0.00019116169 | |
| 21276455 | a day ago | | | 0 | 0.00019116169 | |
| 21272033 | 2 days ago | | | 0 | 0.00057241405 | |
| 21271740 | 2 days ago | | | 0 | 0.00084201316 | |
| 21265974 | 3 days ago | | | 0 | 0.00076618380 | |
| 21264392 | 3 days ago | | | 0 | 0.00047102576 | |
| 21264227 | 3 days ago | | | 0 | 0.00089296838 | |
| 21264069 | 3 days ago | | | 0 | 0.00060984954 | |
| 21263987 | 3 days ago | | | 0 | 0.00066994107 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
grantMinterRole(address _account)
grantRole(bytes32 role, address account)
mint(uint256 amount) returns (bool)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 initialSpotToMint)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)