Unlock Discount Token
Verified contract
Proxy
Active on
Ethereum with 12,883 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
3 additional
variables
Balances ($4,974.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UDT | ERC-20 | 46.01502 | $67.54 |
$3,107.85 | |
TRU | ERC-20 | 10K | $0.173241 |
$1,732.41 | |
USDT | ERC-20 | 80 | $1.001 |
$80.08 | |
UNI | ERC-20 | 5 | $10.83 |
$54.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262030 | 26 minutes ago | | | 0 | 0.00059637115 | |
| 21261935 | an hour ago | | | 0 | 0.00040552529 | |
| 21261832 | an hour ago | | | 0 | 0.00043119556 | |
| 21261805 | an hour ago | | | 0 | 0.00040637081 | |
| 21261797 | an hour ago | | | 0 | 0.00045958287 | |
| 21261749 | an hour ago | | | 0 | 0.00050360151 | |
| 21261339 | 3 hours ago | | | 0 | 0.00037064885 | |
| 21261326 | 3 hours ago | | | 0 | 0.00046431483 | |
| 21261262 | 3 hours ago | | | 0 | 0.00046157284 | |
| 21261261 | 3 hours ago | | | 0 | 0.00040835052 |
ABI
ABI objects
Getter at block 21262157
DOMAIN_SEPARATOR() view returns (bytes32)
0x7cbc02de6ee5b9c8ebba49207299c818ef648edff1a7ee06d5fa7c983a0b5fb3
decimals() view returns (uint8)
18
name() view returns (string)
Unlock Discount Token
symbol() view returns (string)
UDT
totalSupply() view returns (uint256)
1000874903333859333969688
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
isMinter(address account) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _minter)
initialize(string name, string symbol, uint8 decimals)
initialize2()
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.