LogosTraits
Verified contract
Active on
Ethereum with 968 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 "LogosTraits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20679218 | 3 months ago | | | 0 | 0.00074021227 | |
| 20679216 | 3 months ago | | | 0 | 0.054395512 | |
| 20679215 | 3 months ago | | | 0 | 0.050885912 | |
| 20679214 | 3 months ago | | | 0 | 0.054217200 | |
| 19420626 | 8 months ago | | | 0 | 0.013705389 | |
| 19420624 | 8 months ago | | | 0 | 0.53330232 | |
| 19420623 | 8 months ago | | | 0 | 0.51955621 | |
| 19420621 | 8 months ago | | | 0 | 0.51938485 | |
| 19420620 | 8 months ago | | | 0 | 0.55221721 | |
| 19420619 | 8 months ago | | | 0 | 0.52378904 |
ABI
ABI objects
Getter at block 21257205
owner() view returns (address)
0x50e758c0158db4595aa6979fea709e52cf08deaf
Read-only
charactersByID(uint8 id) view returns (struct LogosTypesCharacterInfo)
colorPalettesByID(uint16 id) view returns (struct LogosTypesColorPalette)
shapesPrimaryByID(uint8 id) view returns (struct LogosTypesShapeInfo)
shapesSecondaryByID(uint8 id) view returns (struct LogosTypesShapeInfo)
State-modifying
Events addCharacterInfo(uint8 id, struct LogosTypesCharacterInfo info)
addColorPalette(uint16 id, struct LogosTypesColorPalette info)
addPrimaryShapeInfo(uint8 id, struct LogosTypesShapeInfo info)
addSecondaryShapeInfo(uint8 id, struct LogosTypesShapeInfo info)
enableCharacters(uint8 startID, uint8 endID)
enableColorPalettes(uint16 startID, uint16 endID)
enablePrimaryShapes(uint8 startID, uint8 endID)
enableSecondaryShapes(uint8 startID, uint8 endID)
removeCharacterInfo(uint8 id)
removeColorPalette(uint16 id)
removePrimaryShapeInfo(uint8 id)
removeSecondaryShapeInfo(uint8 id)
renounceOwnership()
transferOwnership(address newOwner)
CharacterInfoAdded(uint8 id, struct LogosTypesCharacterInfo info)
CharacterInfoRemoved(uint8 id)
CharactersEnabled(uint8 startID, uint8 endID)
ColorPaletteAdded(uint16 id, struct LogosTypesColorPalette info)
ColorPaletteRemoved(uint16 id)
ColorPalettesEnabled(uint16 startID, uint16 endID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrimaryShapeInfoAdded(uint8 id, struct LogosTypesShapeInfo info)
PrimaryShapeInfoRemoved(uint8 id)
PrimaryShapesEnabled(uint8 startID, uint8 endID)
SecondaryShapeInfoAdded(uint8 id, struct LogosTypesShapeInfo info)
SecondaryShapeInfoRemoved(uint8 id)
SecondaryShapesEnabled(uint8 startID, uint8 endID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.