Su Squares
Verified contract
Active on
Ethereum with 4,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 40003 additional slots
Balances ($136,688.58)
Native
Value
$136,688.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 37.07 | $3,687.31 |
$136,688.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235692 | 10 days ago | | | 0 | 0.00053512630 | |
| 21054165 | a month ago | | | 0 | 0.00017422728 | |
| 21025340 | a month ago | | | 0 | 0.00055717649 | |
| 20989628 | a month ago | | | 0 | 0.0028270929 | |
| 20889650 | 2 months ago | | | 0 | 0.00015873712 | |
| 20889649 | 2 months ago | | | 0 | 0.00016250664 | |
| 20879895 | 2 months ago | | | 0 | 0.0017694360 | |
| 20763288 | 3 months ago | | | 0 | 0.00054211618 | |
| 20507405 | 4 months ago | | | 0 | 0.00023142876 | |
| 20423248 | 4 months ago | | | 0 | 0.00060295163 |
ABI
ABI objects
Getter at block 21310149
executiveOfficerAddress() view returns (address)
0xf1ac3c963c377faf5737f41c294ca8c79565a610
financialOfficerAddress() view returns (address)
0x7ca2cf38e9dbb925e584398e5d63f1a8f0b731f9
name() pure returns (string)
Su Squares
operatingOfficerAddress() view returns (address)
0x7b91c5453eabd33e69083b55ce0dd450d6e2c8f4
promoCreatedCount() view returns (uint256)
3432
symbol() pure returns (string)
SU
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
suSquares(uint256) view returns (uint256 version, bytes rgbData, string title, string href)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 _tokenId)
tokenURI(uint256 _tokenId) view returns (string _tokenURI)
State-modifying
Events approve(address _approved, uint256 _tokenId) payable
grantToken(uint256 _tokenId, address _newOwner)
personalizeSquare(uint256 _squareId, bytes _rgbData, string _title, string _href) payable
purchase(uint256 _nftId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data) payable
setApprovalForAll(address _operator, bool _approved)
setExecutiveOfficer(address _executiveOfficerAddress)
setFinancialOfficer(address _financialOfficerAddress)
setOperatingOfficer(address _operatingOfficerAddress)
transferFrom(address _from, address _to, uint256 _tokenId) payable
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Personalized(uint256 _nftId)
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.