AzziToken
Verified contract
Active on
Ethereum with 218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AzziToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280043 | 4 hours ago | | | 0 | 0.00088590711 | |
| 21279840 | 5 hours ago | | | 0 | 0.00083472529 | |
| 21262721 | 3 days ago | | | 0 | 0.00032492780 | |
| 21262570 | 3 days ago | | | 0 | 0.00033328989 | |
| 21262563 | 3 days ago | | | 0 | 0.00034106085 | |
| 21262553 | 3 days ago | | | 0 | 0.00031508277 | |
| 21262546 | 3 days ago | | | 0 | 0.00032844664 | |
| 21262534 | 3 days ago | | | 0 | 0.00033437109 | |
| 21239897 | 6 days ago | | | 0 | 0.0011094480 | |
| 21239891 | 6 days ago | | | 0 | 0.00050364392 |
ABI
ABI objects
Getter at block 21281195
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0x8a2e5dd4515405e26f3a40b81556e541b388ba8d55e8953ad218438c32e7f2f8
clock() view returns (uint48)
1732735967
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Azzi Token, version=1, chainId=1, verifyingContract=0xf93662bcc14a8af613c3af90d43075d179868106, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Azzi Token
owner() view returns (address)
0xdbe5022424bb742e1dfd94646797b66e58298624
paused() view returns (bool)
false
symbol() view returns (string)
AZZI
totalSupply() view returns (uint256)
20000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isLocked(address account) view returns (bool)
lockedBalance(address account) view returns (uint256)
lockedInfo(address account) view returns (uint256, uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address to, uint256 amount)
mintMulti(address[] _accounts, uint256[] _amounts) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
releaseLockup(address account, uint256 amount)
renounceOwnership()
setLockup(address account, uint256 lockupTimeInMinutes, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferMulti(address[] _accounts, uint256[] _amounts) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
LockupReleased(address indexed account, uint256 amount)
LockupSet(address indexed account, uint256 expiration, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)