More or Less
Verified contract
Active on
Ethereum with 1,749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3002 additional slots
-
variable spans 2001 additional slots
Balances ($0.00)
No balances found for "More or Less"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202357 | 5 months ago | | | 0 | 0.00020394481 | |
| 19318070 | 9 months ago | | | 0 | 0.00088353299 | |
| 19278757 | 9 months ago | | | 0 | 0.0011380246 | |
| 19161927 | 10 months ago | | | 0 | 0.00070375313 | |
| 18910375 | a year ago | | | 0 | 0.00046303925 | |
| 18733345 | a year ago | | | 0 | 0.0042775442 | |
| 18654849 | a year ago | | | 0 | 0.0011054640 | |
| 18653802 | a year ago | | | 0 | 0.0017418358 | |
| 18603762 | a year ago | | | 0 | 0.00074660241 | |
| 18603734 | a year ago | | | 0 | 0.0025714530 |
ABI
ABI objects
Getter at block 21248403
lessVotes() view returns (uint16)
613
maxSupply() view returns (uint16)
1000
moreVotes() view returns (uint16)
386
name() view returns (string)
More or Less
owner() view returns (address)
0x6140f00e4ff3936702e68744f2b5978885464cbb
symbol() view returns (string)
MORL
totalSupply() view returns (uint256)
1001
Read-only
artInfos(uint256) view returns (uint8 numRects, uint8 numCircles, uint8 numTriangles, uint8 numLines, uint8 whichShape, uint48 randomTimestamp, uint128 randomDifficulty, uint256 randomSeed)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 tokenId) view returns (string)
getVotesAtTime(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
voteInfos(uint256) view returns (address votedBy, bool isTheDecider, bool influencer, bool vote)
State-modifying
Events approve(address to, uint256 tokenId)
mintLESS() payable
mintMORE() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealVote(address _to)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.