ConiToken
Verified contract
Proxy
Active on
Ethereum with 2,219 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "ConiToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21363763 | 3 days ago | | | 0 | 0.00031749224 | |
| 21363606 | 3 days ago | | | 0 | 0.00028934341 | |
| 21313173 | 10 days ago | | | 0 | 0.00037211113 | |
| 21213220 | 24 days ago | | | 0 | 0.00029927187 | |
| 21212405 | 25 days ago | | | 0 | 0.00035937489 | |
| 21084227 | a month ago | | | 0 | 0.00023637420 | |
| 21067745 | a month ago | | | 0 | 0.00034976320 | |
| 21066652 | a month ago | | | 0 | 0.00064038052 | |
| 21056630 | 2 months ago | | | 0 | 0.00036164514 | |
| 21049601 | 2 months ago | | | 0 | 0.00053198940 |
ABI
ABI objects
Getter at block 21388338 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xd5b78a074c5b6d5aad50be2e8b307ca63fef26c144bc01ecd93ac6890a304df8
EDITOR_ROLE() view returns (bytes32)
0x21d1167972f621f75904fb065136bc8b53c7ba1c60ccd3a7758fbee465851e9c
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
decimals() view returns (uint8)
18
name() view returns (string)
ConiToken
paused() view returns (bool)
false
symbol() view returns (string)
CONI
totalSupply() view returns (uint256)
100000000000000000000000000
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)
nonces(address owner) view returns (uint256)
paymentPartners(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
suspendedWallets(address) view returns (bool)
State-modifying
Events addPaymentPartner(address paymentGateway)
addSuspendedWallet(address walletAddress)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address direconIncVault)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removePaymentPartner(address paymentGateway)
removeSuspendedWallet(address walletAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOnlyWhitelist(bool isOnlyWhitelist)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount, bytes data) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 amount, bytes data) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Paused(address account)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.