Attrace
Verified contract
Proxy
Active on
Ethereum with 1,679 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
Balances ($0.00)
No balances found for "Attrace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055983 | a month ago | | | 0 | 0.00047598320 | |
| 21040982 | a month ago | | | 0 | 0.00019297460 | |
| 20976871 | a month ago | | | 0 | 0.00056876302 | |
| 20871902 | 2 months ago | | | 0 | 0.0026039772 | |
| 20818513 | 2 months ago | | | 0 | 0.00073997551 | |
| 20736085 | 2 months ago | | | 0 | 0.00033714462 | |
| 20654647 | 3 months ago | | | 0 | 0.000038868748 | |
| 20599439 | 3 months ago | | | 0 | 0.00023771728 | |
| 20462493 | 4 months ago | | | 0 | 0.0013037136 | |
| 20460726 | 4 months ago | | | 0 | 0.0032011478 |
ABI
ABI objects
Getter at block 21263376
decimals() view returns (uint8)
18
name() view returns (string)
Attrace
symbol() view returns (string)
ATTR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLockedTokens(address addr) view returns (uint256)
transferRules(address) view returns (uint16 timeLockMonths, uint16 vestingMonths, uint96 tokens, uint40 activationTime, uint16 outboundTimeLockMonths, uint16 outboundVestingMonths)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
batchSetTransferRules(address[] addresses, struct ATTRTokenTransferRule[] rules)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address preListWlController)
setNoRulesTime(uint64 disableTime)
setPreReleaseAddressStatus(address addr, bool status)
setTransferRule(address addr, struct ATTRTokenTransferRule rule)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferRuleConfigured(address addr, struct ATTRTokenTransferRule rule)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.