Socios.com
Verified contract
Proxy
Active on
Ethereum with 990 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Socios.com"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001661 | 22 days ago | | | 0 | 0.00047157367 | |
| 20955377 | a month ago | | | 0 | 0.00065489276 | |
| 20946039 | a month ago | | | 0 | 0.0013948092 | |
| 20946011 | a month ago | | | 0 | 0.00051676299 | |
| 20935479 | a month ago | | | 0 | 0.0026473872 | |
| 20935446 | a month ago | | | 0 | 0.0010643049 | |
| 20885699 | a month ago | | | 0 | 0.0012352956 | |
| 20885671 | a month ago | | | 0 | 0.00062102808 | |
| 20875940 | a month ago | | | 0 | 0.00030847356 | |
| 20761506 | 2 months ago | | | 0 | 0.0021032697 |
ABI
ABI objects
Getter at block 21162415
baseURI() view returns (string)
getOwner() view returns (address)
0x2107ec385fbd4fe3ab45dd4169e3c0745e991bb6
name() view returns (string)
Socios.com
symbol() view returns (string)
SCS
totalSupply() view returns (uint256)
1416
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) 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)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
initialize(address sender)
initialize(string name, string symbol)
initialize(string name, string symbol, address sender)
mint(address to, uint256 tokenId) returns (bool)
mintMultiple(address to, string tokenURI, uint256 total) returns (uint256[])
mintMultiple(address[] to, string tokenURI) returns (uint256[])
mintSingle(address to, string tokenURI) returns (uint256)
removeMinter(address minter)
renounceMinter()
safeMint(address to, uint256 tokenId) returns (bool)
safeMint(address to, uint256 tokenId, bytes _data) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferMultiple(address[] to, uint256[] tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.